Skip to content

Instantly share code, notes, and snippets.

@m-wendler
Created March 26, 2016 08:22
Show Gist options
  • Save m-wendler/f4a9f34718f3332d137d to your computer and use it in GitHub Desktop.
Save m-wendler/f4a9f34718f3332d137d to your computer and use it in GitHub Desktop.
list all exited docker containers
# '-f' lets you filter for a particular status
docker ps -a -f status=exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment