Created
February 1, 2025 15:33
-
-
Save BarakStout/0e9603eb138b0e3fb69f68c379159b35 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
# Cleanup docker | |
docker kill $(docker ps -q) | |
docker rm -f $(docker ps -a -q) | |
docker volume rm $(docker volume ls -q) | |
docker system prune -a -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment