Created
November 10, 2023 04:41
-
-
Save gaurav9822/bffe47f834961583837ab49f1d003d87 to your computer and use it in GitHub Desktop.
Periodic commands for docker cleanup in your machine
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
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