Skip to content

Instantly share code, notes, and snippets.

@akanehara
Created July 14, 2016 00:57
Show Gist options
  • Save akanehara/10469cd92ee5988be6426730ac8fec16 to your computer and use it in GitHub Desktop.
Save akanehara/10469cd92ee5988be6426730ac8fec16 to your computer and use it in GitHub Desktop.
VirtualBoxでうっかりmaster vmまで削除してしまったときのVagrant側後始末
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