Skip to content

Instantly share code, notes, and snippets.

@yheihei
Last active May 22, 2024 15:25
Show Gist options
  • Save yheihei/656bb221d4d51c5614123c23b1ce5898 to your computer and use it in GitHub Desktop.
Save yheihei/656bb221d4d51c5614123c23b1ce5898 to your computer and use it in GitHub Desktop.
docker system prune
docker container prune
docker rm -f `docker ps -a -q`
docker image prune
docker rmi $(docker images -a -q)
docker volume prune
docker network prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment