Skip to content

Instantly share code, notes, and snippets.

@zzztimbo
Created May 23, 2018 20: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 zzztimbo/989e5bf8d5cde02a94039b7b4946523a to your computer and use it in GitHub Desktop.
Save zzztimbo/989e5bf8d5cde02a94039b7b4946523a to your computer and use it in GitHub Desktop.
nuke docker
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment