Last active
January 12, 2021 09:45
-
-
Save mklarsen/3a44847edea91ca004cdc1dc2ba7ce35 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 stop $(docker ps -aq) | |
docker rm $(docker ps -aq) | |
docker rmi $(docker images -q) -f | |
docker volume prune -f | |
docker network prune -f | |
docker system prune -a -f | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment