Skip to content

Instantly share code, notes, and snippets.

@tapionx
Created July 17, 2018 09:54
Show Gist options
  • Save tapionx/750568ac548bb57108a6f935c77d7a8f to your computer and use it in GitHub Desktop.
Save tapionx/750568ac548bb57108a6f935c77d7a8f to your computer and use it in GitHub Desktop.
clean all Docker things
docker stop $(docker ps -a -q); docker rm $(docker ps -a -q); docker volume rm $(docker volume ls -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment