Skip to content

Instantly share code, notes, and snippets.

@saviour123
Created February 19, 2025 10:45
Show Gist options
  • Save saviour123/4eea59ac0fc626d8636a69f7bb1ccef1 to your computer and use it in GitHub Desktop.
Save saviour123/4eea59ac0fc626d8636a69f7bb1ccef1 to your computer and use it in GitHub Desktop.
docker clean up commands
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