-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
This plugin seems really cool!
I would guess it supports a use-case like having your MYSQL databases not blown away when you run vagrant destroy
, with the main benefit over standard Virtualbox shared folders (which are also persistent) is speed.
It would be great to see a tutorial (eg blog post) about how it's used, what else it's good for. Also a Vagrantfile for quick testing/hacking might be useful.
I haven't had a chance to try this plugin yet, but here are some other questions I'm wondering about:
- what (if anything) will eventually destroy
~/development/sourcehdd.vdi
? - is it possible to mount
~/development/sourcehdd.vdi
to multiple VMs, or is there a check against that? - standard VM images seem to live under
/Users/dergachev/VirtualBox VMs
... should the persistent images also be stored there? - does this plugin work with
VBoxManage snapshot
?
Cheers,