- Vagrant version 2.2+ available
- Vagrant disk size
- Vagrant host manager
- Vagrant hosts
shared_folder
sibling to where the project has been cloned to sync files
All commands default to the master box when not specified. To get started simply run:
> vagrant up [box]
If any updates occurs to the provisioning scripts run
> vagrant provision [box]
Enter any of the boxes via
> vagrant ssh [box]