Skip to content

Instantly share code, notes, and snippets.

@sephraim
Created March 12, 2025 22:45
Show Gist options
  • Save sephraim/30fa3f0d4c4257acf5206a1a245d819e to your computer and use it in GitHub Desktop.
Save sephraim/30fa3f0d4c4257acf5206a1a245d819e to your computer and use it in GitHub Desktop.
[Kill all running docker containers & reclaim space]
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