Skip to content

Instantly share code, notes, and snippets.

@duduribeiro
Created April 28, 2016 02:26
Show Gist options
  • Save duduribeiro/aca20f01b357c467de8ba91638480d6f to your computer and use it in GitHub Desktop.
Save duduribeiro/aca20f01b357c467de8ba91638480d6f to your computer and use it in GitHub Desktop.
remove old docker's containers
docker rm $(docker ps -aq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment