Skip to content

Instantly share code, notes, and snippets.

@alexjpaz
Created March 3, 2016 19:44
Show Gist options
  • Save alexjpaz/2063ae9b200ada378b8f to your computer and use it in GitHub Desktop.
Save alexjpaz/2063ae9b200ada378b8f to your computer and use it in GitHub Desktop.
docker kill $(docker ps -a -q)
docker rm -f $(docker ps -a -q)
docker-machine stop default
docker-machine start default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment