Is it possible to build a box for vagrant from a real box?
I have inherited some CentOS servers I'd like to use as base boxes.
Is it possible to build a box for vagrant from a real box?
I have inherited some CentOS servers I'd like to use as base boxes.
You can use a tool like virt-p2v or vcenter converter to create a virtual disk image which you can attach to a virtual machine in virtualbox. Then you just need to follow the steps to create a base box.