Where does the name 'default' come from when launching a vagrant box?
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
Is there a way to set this?
Where does the name 'default' come from when launching a vagrant box?
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
Is there a way to set this?
This is the way I've assigned names to individual VMs. Change
YOURNAMEHERE
to your desired name.Contents of Vagrantfile:
Terminal output: