Created
May 20, 2025 03:40
-
-
Save swarupdonepudi/d718c2942977240636956bd5c5b76554 to your computer and use it in GitHub Desktop.
clean docker images
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 ps -q | xargs -r docker stop | |
docker builder prune --all --force | |
docker system prune --all --volumes --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment