Skip to content

Instantly share code, notes, and snippets.

@zgohr
Created May 24, 2013 16:12
Show Gist options
  • Save zgohr/5644593 to your computer and use it in GitHub Desktop.
Save zgohr/5644593 to your computer and use it in GitHub Desktop.
Remove all non-running docker containers
docker ps -a -q | xargs -L1 docker rm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment