Vagrant Multi-machine - Part 2

Опубликовано: 25 Октябрь 2024
на канале: Liviu Balan
315
2

In this tutorial I will speak about multi-machine in Vagrant. You will see how to define and control multiple guest machines using a single Vagrantfile. During this tutorial I will define 3 virtual machines: a generic HTTM VM, a WP (WordPress) VM and a test VM. Because the test VM has the property "autostart: false" it will not start when using "vagrant up --provider virtualbox".
This tutorial will show you what Vagrant done for a multi-machine project and what can you do with the http and wp VM that you started.

More info on: http://www.liviubalan.com/vagrant-mul...