Created
February 6, 2015 14:02
-
-
Save freshjones/644f428e430fdd4185cb to your computer and use it in GitHub Desktop.
Is A Docker Container Running
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker inspect --format='{{ .State.Running }}' <container_name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment