Created
July 14, 2016 00:57
-
-
Save akanehara/10469cd92ee5988be6426730ac8fec16 to your computer and use it in GitHub Desktop.
VirtualBoxでうっかりmaster vmまで削除してしまったときのVagrant側後始末
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
find ~/.vagrant.d/boxes/ -name master_id | xargs rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment