Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save freshjones/644f428e430fdd4185cb to your computer and use it in GitHub Desktop.
Save freshjones/644f428e430fdd4185cb to your computer and use it in GitHub Desktop.
Is A Docker Container Running
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