Skip to content

Instantly share code, notes, and snippets.

@dannycroft
Created April 14, 2015 09:58
Show Gist options
  • Save dannycroft/930fe73318e1fa1a14c1 to your computer and use it in GitHub Desktop.
Save dannycroft/930fe73318e1fa1a14c1 to your computer and use it in GitHub Desktop.
Docker - Last run container still running
# is the last run container still running?
docker inspect --format '{{.State.Running}}' $(docker ps -lq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment