Skip to content

Instantly share code, notes, and snippets.

@AndrewRussellHayes
Last active August 29, 2015 14:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewRussellHayes/2ecdb7ef1c3244d6d7c7 to your computer and use it in GitHub Desktop.
Save AndrewRussellHayes/2ecdb7ef1c3244d6d7c7 to your computer and use it in GitHub Desktop.
boot2docker vm rebuild. this gets rid of images that wont delet
b2d(){
boot2docker $1;
}
b2d poweroff
b2d delete
b2d init
b2d up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment