- Hands-On DevOps with Vagrant
- Alex Braunton
- 47字
- 2021-07-16 17:43:49
Provisioning
Provisioning in Vagrant offers you a way to configure the Vagrant machine even more. You can install software and dependencies as the machine is being created. To provision a Vagrant machine, you can use shell scripting, Docker, Chef, Ansible, and other configuration-management software, such as Puppet.