Where does the name \'default\' come from when launching a vagrant box?
$ vagrant up Bringing machine \'default\' up with \'virtualbox\' provider... <
$ vagrant up Bringing machine \'default\' up with \'virtualbox\' provider...
I specify the name by defining inside the VagrantFile and also specify the hostname so i enjoy seeing the name of my project while executing Linux commands independently from my device's OS. ✌️
config.vm.define "abc" config.vm.hostname = "abc"