Skip to content

Instantly share code, notes, and snippets.

@BarakStout
Created February 1, 2025 15:33
Show Gist options
  • Save BarakStout/0e9603eb138b0e3fb69f68c379159b35 to your computer and use it in GitHub Desktop.
Save BarakStout/0e9603eb138b0e3fb69f68c379159b35 to your computer and use it in GitHub Desktop.
# 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