Answer the question
In order to leave comments, you need to log in
Why doesn't the index page open in the browser?
Hello! I installed virtual box and vagrant, then created a folder on the desktop and created a vagrantfile in it with the vagrant init -m ubuntu/trusty64 command, the contents are
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
end
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.network :forwarded_port, guest: 22, host: 8888, host_ip: "127.0.0.1"
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question