Skip to content

Instantly share code, notes, and snippets.

@initcron
Created September 21, 2023 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save initcron/6cf374444e307b640077c1154ce0b235 to your computer and use it in GitHub Desktop.
Save initcron/6cf374444e307b640077c1154ce0b235 to your computer and use it in GitHub Desktop.
Cleanup Docker Environment
docker system prune -af
docker ps -aq | xargs docker rm -f -
docker volume prune --all --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment