d0c*_*age 5 windows virtual-machine vagrant
我有一个安装了cygwin和openssh的windows guest,在Vagrantfile中配置了用户/密码.当我运行vagrant时,一切正常,直到"配置和启用网络接口",此时它barfs并抱怨windows vagrant box需要winrm:
==> default: Waiting for domain to get an IP address...
==> default: Waiting for SSH to become available...
==> default: Starting domain.
==> default: Waiting for domain to get an IP address...
==> default: Waiting for SSH to become available...
==> default: Creating shared folders metadata...
==> default: Configuring and enabling network interfaces...
Configuring networks on Windows requires the communicator to be
set to WinRM. To do this, add the following to your Vagrantfile:
config.vm.communicator = "winrm"
Note that the Windows guest must be configured to accept insecure
WinRM connections, and the WinRM port must be forwarded properly from
the guest machine. This is not always done by default.
Run Code Online (Sandbox Code Playgroud)
我怎么能让它停止这样做?
| 归档时间: |
|
| 查看次数: |
244 次 |
| 最近记录: |