Skip to content

Instantly share code, notes, and snippets.

@bhskt
Created November 30, 2020 06:26
Show Gist options
  • Save bhskt/196087979a46a9cc2cdaf21f226cc714 to your computer and use it in GitHub Desktop.
Save bhskt/196087979a46a9cc2cdaf21f226cc714 to your computer and use it in GitHub Desktop.
docker kill $(docker ps -q) ; docker rm $(docker ps -a -q) ; docker rmi $(docker images -q -a)
docker system prune -a --volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment