Reputation: 183
My VM takes about 10 minutes to boot because of all the cookbooks it needs to install.
I'm looking for a way to edit an existing (or create a new) base box where I can have all the required cookbooks installed. So every time I boot my VM, the cookbooks will already be installed and I won't have to wait too long.
Is this possible?
If so, could someone please point me in the right direction?
I'm currently using the Lucid32 base box.
Upvotes: 3
Views: 2330
Reputation: 2898
In Vagrant v2, you can use the following command to package the VM
vagrant package
Upvotes: 0