Skip to content

Instantly share code, notes, and snippets.

@finsterthecat
Last active January 16, 2018 20:58
Show Gist options
  • Save finsterthecat/7df357d247d05c315f12dcdd57dcff4c to your computer and use it in GitHub Desktop.
Save finsterthecat/7df357d247d05c315f12dcdd57dcff4c to your computer and use it in GitHub Desktop.
Remove all docker containers in one step
docker rm -vf $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment