Set Vagrant box file location
By default, the Vagrantfile has the box defined like this: config.vm.box = “hashicorp/precise32″ By using this, Vagrant will attempt to find the box “precise32” from the provider “hashicorp” in Vagrant Cloud. If it finds it, the box will be downloaded and installed. What if you want to use your own box file, be it local […]
Read More