Skip to content

Instantly share code, notes, and snippets.

@wagyu298
Created April 24, 2017 00:40
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 wagyu298/edbb1c887fa46789afadf1abdb08ff33 to your computer and use it in GitHub Desktop.
Save wagyu298/edbb1c887fa46789afadf1abdb08ff33 to your computer and use it in GitHub Desktop.
Cleanup all docker local copies
docker rm $(docker ps -a -q)
docker rmi $(docker images -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