Skip to content

Instantly share code, notes, and snippets.

@somat
Created November 12, 2016 09:08
Show Gist options
  • Save somat/9580583153f4c7ee2e63604ab5f3c1e7 to your computer and use it in GitHub Desktop.
Save somat/9580583153f4c7ee2e63604ab5f3c1e7 to your computer and use it in GitHub Desktop.
Remove all Docker 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