Skip to content

Instantly share code, notes, and snippets.

@swarupdonepudi
Created May 20, 2025 03:40
Show Gist options
  • Save swarupdonepudi/d718c2942977240636956bd5c5b76554 to your computer and use it in GitHub Desktop.
Save swarupdonepudi/d718c2942977240636956bd5c5b76554 to your computer and use it in GitHub Desktop.
clean docker images
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