Skip to content

Instantly share code, notes, and snippets.

@nuoxoxo
Created December 5, 2023 08:26
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 nuoxoxo/12d605340854086cae5fc19ce51f847e to your computer and use it in GitHub Desktop.
Save nuoxoxo/12d605340854086cae5fc19ce51f847e to your computer and use it in GitHub Desktop.
docker cleanup
docker stop $(docker ps -aq) 
docker system prune --all
docker volume rm -f $(docker volume ls -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment