Last active
August 29, 2015 14:08
-
-
Save AndrewRussellHayes/2ecdb7ef1c3244d6d7c7 to your computer and use it in GitHub Desktop.
boot2docker vm rebuild. this gets rid of images that wont delet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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