We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839d403 commit c72fa0fCopy full SHA for c72fa0f
Vagrantfile
@@ -2,6 +2,8 @@ VAGRANTFILE_API_VERSION = "2"
2
3
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
4
config.vm.box = "ubuntu/trusty64"
5
+ config.vm.box_url = 'https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/14.04/providers/virtualbox.box'
6
+
7
config.vm.network :forwarded_port, guest:4444, host:4444
8
config.vm.network :private_network, ip: "192.168.33.10"
9
config.vm.provision "shell", path: "script.sh"
0 commit comments