Skip to content

Instantly share code, notes, and snippets.

@jvandertil
Created January 7, 2014 01:13
Show Gist options
  • Save jvandertil/8293053 to your computer and use it in GitHub Desktop.
Save jvandertil/8293053 to your computer and use it in GitHub Desktop.
docker ps -a without running containers
docker ps -a | grep Exit | cut -d ' ' -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment