Skip to content

Instantly share code, notes, and snippets.

@danilogco
Created May 25, 2021 17:16
Show Gist options
  • Save danilogco/8d79d8e2928e1b61305f2bd808ea4ac1 to your computer and use it in GitHub Desktop.
Save danilogco/8d79d8e2928e1b61305f2bd808ea4ac1 to your computer and use it in GitHub Desktop.
docker container prune -f
docker volume prune -f
docker image prune -a -f
docker network prune -f
docker system prune -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment