Created
August 30, 2016 06:25
-
-
Save ryannealmes/2998ed4982cec56b1382558726a4b73b to your computer and use it in GitHub Desktop.
Delete all Docker Containers
This file contains 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 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