-
Notifications
You must be signed in to change notification settings - Fork 0
Building Vagrant Boxes
Ryan Parman edited this page May 28, 2018
·
1 revision
This is simply a good thing to do from time to time.
vagrant plugin updateI'm going to assume that you have already:
- Installed Packer and its dependencies.
- Installed Vagrant and its dependencies.
- Installed (and paid for) the virtualization software of your choice.
This template has built-in support for VMware. You can build everything at the same time (assuming you have the relevant prerequisites installed) with:
packer build template.jsonIf you only want to build one particular Vagrant box, you can use the --only flag.
# VMware
packer build --only=vmware-vmx template.jsonBuilding the Vagrant Box