Last active
January 16, 2018 20:58
-
-
Save finsterthecat/7df357d247d05c315f12dcdd57dcff4c to your computer and use it in GitHub Desktop.
Remove all docker containers in one step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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