0

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.

Lee Goddard
  • 182
  • 2
  • 6

1 Answers1

2

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.

sciurus
  • 12,678
  • 2
  • 31
  • 49