vagrant won't start virtual machine - (Errno::EADDRNOTAVAIL)

后端 未结 3 557
南旧
南旧 2021-02-08 08:41

I really hit a wall with this problem. I am on windows machine (with admin privileges) and I want to start setup my working environment with vagrant.

Problem is that I a

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-08 09:06

    Modify the 'vagrantFile'...

    network forwarded ports net the socket info... IP+port

    config.vm.network :forwarded_port, guest: 80, host: 8932, host_ip: "127.0.0.1", auto_correct: true

提交回复
热议问题