Skip to content

Instantly share code, notes, and snippets.

@gaurav9822
Created November 10, 2023 04:41
Show Gist options
  • Save gaurav9822/bffe47f834961583837ab49f1d003d87 to your computer and use it in GitHub Desktop.
Save gaurav9822/bffe47f834961583837ab49f1d003d87 to your computer and use it in GitHub Desktop.
Periodic commands for docker cleanup in your machine
docker image prune
docker container prune
docker volume prune
docker builder prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment