John Smith
John Smith

Reputation: 21

Vagrant create box Ubuntu Server 12.04

I have some problem whith Vagrant (vagrantup.com). I want create box (for launch Vagrant) Ubuntu Server 12.04 whith my setting. I already set setting Ubuntu (in Oracle VM VirtualBox). But I don't know how compilate *vdi file to *box file.

Upvotes: 2

Views: 3572

Answers (1)

Wojciech Bednarski
Wojciech Bednarski

Reputation: 6373

You can follow instruction from Vagrant documentation Creating Base Boxes or use VeeWee to do stuff for you.

VeeWee is the tool to easily build vagrant base boxes or kvm,virtualbox and fusion images.

Or maybe box you want to create is already on Vagrantbox.es?

Upvotes: 5

Related Questions