Created
August 3, 2016 19:34
-
-
Save cdemers/0ed4313afe61a4b917a64b056f093685 to your computer and use it in GitHub Desktop.
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
# 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