Skip to content

Instantly share code, notes, and snippets.

@ryannealmes
Created August 30, 2016 06:25
Show Gist options
  • Save ryannealmes/2998ed4982cec56b1382558726a4b73b to your computer and use it in GitHub Desktop.
Save ryannealmes/2998ed4982cec56b1382558726a4b73b to your computer and use it in GitHub Desktop.
Delete all Docker Containers
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment