Created
March 12, 2025 22:45
-
-
Save sephraim/30fa3f0d4c4257acf5206a1a245d819e to your computer and use it in GitHub Desktop.
[Kill all running docker containers & reclaim space]
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
alias dbfg="docker rm -f \$(docker ps -aq); docker system prune -f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment