February 2017
Intermediate to advanced
440 pages
8h 45m
English
Vagrant supports many configuration options through the Vagrantfile. Here are the most useful ones for daily use.
To step through this recipe, you will need the following:
Here are some possible customizations for your Vagrant Virtual Machine.
If you want to specify the VM name right from Vagrant, just add the following:
config.vm.hostname = "vagrant-lab-1"
This will also add an entry with the hostname to the /etc/host file.
You may be using a slow internet connection, or you know you do want to use your current ...
Read now
Unlock full access