Created
March 27, 2018 22:00
-
-
Save matheusramos/b134de1a3c46a8d243f3840a84183011 to your computer and use it in GitHub Desktop.
Clean everything dockers
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
sudo docker rmi $(sudo docker images -qa) | |
sudo docker rm -vf $(sudo docker ps -aq) | |
sudo docker rmi -f $(sudo docker images -aq) | |
sudo docker volume prune -f | |
sudo docker system prune -af |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment