I have a vagrant box up and running (configured with a LAMP stack). I need to transfer it to another PC. How can I export it?
I guess that I can get a file (or files) that can b
How can I change where Vagrant looks for its virtual hard drive?
the virtual-machine state is stored in a predefined VirtualBox folder. Copying the corresponding machine (folder) besides your vagrant-project to your other host should preserve your virtual machine state.