Created
March 27, 2014 09:10
-
-
Save zires/9803470 to your computer and use it in GitHub Desktop.
docker
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 ps -a | grep Exit | awk '{print $1}' | sudo xargs docker rm | |
| docker rm `docker ps -a -q` | |
| docker rmi the_image | |
| docker rmi $(docker images -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment