Skip to content

Instantly share code, notes, and snippets.

@hectorcanto
Created September 27, 2017 11:23
Show Gist options
  • Save hectorcanto/e69312cd57bb7fba616e239ec14a4e4e to your computer and use it in GitHub Desktop.
Save hectorcanto/e69312cd57bb7fba616e239ec14a4e4e to your computer and use it in GitHub Desktop.
Docker clean everything
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment