October 2018
Beginner
232 pages
7h 52m
English
The idea of provisioning within Vagrant is to create a script that prepares and installs software onto the Vagrant machine. Provisioning can be done inline in the Vagrantfile using a shell provisioner or external file. Provisioning happens during the vagrant up process as the machine is being created.
When provisioning a Vagrant machine, there are a number of options:
Read now
Unlock full access