Skip to content

Instantly share code, notes, and snippets.

@jbudziak
Last active December 4, 2016 17:52
Show Gist options
  • Save jbudziak/7db76d05f61b95170559cb9b6df62292 to your computer and use it in GitHub Desktop.
Save jbudziak/7db76d05f61b95170559cb9b6df62292 to your computer and use it in GitHub Desktop.
#Delete all containers
docker rm $(docker ps -q -f status=exited)
#Delete all images
docker rmi $(docker images -q)
#Export the correct environment variable
eval $(docker-machine env default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment