Skip to content

Instantly share code, notes, and snippets.

@cdemers
Created August 3, 2016 19:34
Show Gist options
  • Save cdemers/0ed4313afe61a4b917a64b056f093685 to your computer and use it in GitHub Desktop.
Save cdemers/0ed4313afe61a4b917a64b056f093685 to your computer and use it in GitHub Desktop.
# Stop all local containers
docker stop $(docker ps -a)
# Remove all local containers
docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment