Created
September 24, 2020 02:56
-
-
Save mattes/ca80926ba997ba881ae9339f8b47a36d to your computer and use it in GitHub Desktop.
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 system prune -a | |
docker rm $(docker ps -a -f status=exited -q) | |
https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment