Created
January 12, 2015 21:33
-
-
Save chris-skud/307dd6b98ced4c99a6cb to your computer and use it in GitHub Desktop.
whack docker containers and images
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 rm -f $(docker ps -aq) | |
docker rmi -f $(docker images -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment