Reputation: 11754
Is there anyway to add Vagrant on an existing VM without turning the VM into a box and importing it? I have a VM I use extensively that I'd like to add vagrant onto for running it for quick code compiles without having to launch the VM in full, but I can't see a way without doing it as a box creation.
Upvotes: 4
Views: 1428
Reputation: 3302
No, the way you add an existing VirtualBox VM is by creating a box from it.
Upvotes: 1