Created
December 7, 2016 15:37
-
-
Save pydevd/3b133d4c72f559bbc2a30200e4b75c8c to your computer and use it in GitHub Desktop.
Remove all 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
sudo docker rm -v $(sudo docker ps -a -q) && sudo docker rmi $(sudo docker images -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment