Created
February 19, 2025 10:45
-
-
Save saviour123/4eea59ac0fc626d8636a69f7bb1ccef1 to your computer and use it in GitHub Desktop.
docker clean up commands
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 rm -vf $(docker ps -aq) | |
docker rmi -f $(docker images -aq) | |
docker volume prune -f | |
docker system prune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment