Skip to content

Instantly share code, notes, and snippets.

@obengwilliam
Created October 15, 2019 13:28
Show Gist options
  • Save obengwilliam/1e2f23bd27ebbae280d9fc0820e4c4b1 to your computer and use it in GitHub Desktop.
Save obengwilliam/1e2f23bd27ebbae280d9fc0820e4c4b1 to your computer and use it in GitHub Desktop.
# docker

Check logs for healthchecks in a dockerfile

docker inspect --format "{{json .State.Health }}" <container name> | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment