+-
docker无法创建仅主机适配器Windows 7
我正在尝试安装/运行docker.

在运行docker quickstart终端时,我遇到以下错误消息:

Machine default already exists in VirtualBox.
Starting machine default...
Error setting up host only network on machine start: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe hostonlyif create failed:
0%...
Progress state: E_FAIL
VBoxManage.exe: error: Failed to create the host-only adapter
VBoxManage.exe: error: Could not find Host Interface Networking driver! Please reinstall
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCreate(struct HandlerArg *)" at line 71 of file VBoxManageHostonly.cpp
Looks like something went wrong... Press any key to continue...

我在网络上能找到的与防病毒问题最接近的东西.我有无法禁用的Symantec Endpoint Protection.因此,希望您可以提供一些别碰这个的想法:)

否则,我可以创建使用ubuntu ISO运行的VM.

docker-machine版本:0.5.4,内部版本6643d0e,似乎正在运行.

curl正在工作并且我下载了文件,即互联网连接不是问题…

我不知道该怎么办,在哪里看…

谢谢任何建议.

伯恩德

最佳答案
当VirtualBox推出更新时,我在不同的Microsoft操作系统上多次遇到此问题. (今天才发生在2017年7月20日)

快速修复如下:

第1步

一种.进入Windows中的VirturalBox仅主机网络适配器属性

b.取消选中VirtualBox NDIS6桥接网络驱动程序

C.点击“确定”保存设置

第2步

一种.进入VirtualBox,然后启动遇到问题的VM.

b.启动后,关闭虚拟机

第三步

一种.返回Windows中的VirturalBox仅主机网络适配器属性

b.重新检查VirtualBox NDIS6桥接网络驱动程序

C.点击“确定”保存设置

此后,遇到问题的VM应成功启动并按预期运行.

点击查看更多相关文章

转载注明原文:docker无法创建仅主机适配器Windows 7 - 乐贴网