Docker Windows 7:找不到匹配的MAC地址错误

时间:2017-08-21 23:08:31

标签: docker boot2docker docker-machine

在过去的6个月里,我一直在使用Docker ToolBox在我的Windows上运行Docker。突然,当启动我的docker控制台时,我开始收到以下错误:

Error creating machine: Error running provisioning: Could not find matching IP for MAC address 0800270a0700

我在GitHub和SO上遇到了很多线程,大多数人建议完全删除包括Virtual Box在内的Docker设置并重新安装它。我做了但是即使在干净的设置上也会出现同样的错误。

我到目前为止尝试了以下事项:

  • 清理重新安装docker和Virtual Box
  • 确保在下次安装之前删除了我找到的所有与docker相关的文件夹(删除了.docker.virtualbox文件夹)
  • 还通过执行docker-machine rm default
  • 在新安装失败后删除了现有设置上的默认docker-machine

另外,需要注意的是,当我进行全新安装时,我可以看到,当我第一次启动docker quickstart时,除了一件事之外,它从头开始启动所有内容。我看到这条消息

Found a new host-only adapter: "VirtualBox Host-Only Ethernet Adapter#2

提出的问题是,如果发现那么它一定不是新的权利?它也是为什么#2?为什么不#1或没有号码?我提出这个问题的原因是因为我怀疑当clean-install发生时,它真的不干净,我认为它从某个地方得到了一些搞砸的设置,而且某个地方很可能就是这个网络适配器< / p>

如果我查看Docker机器内的日志,那么日志如下所示。现在确定是否有任何帮助

00:00:48.657014 VMMDev: Guest Log: 00:00:00.009234 vminfo rtldrNativeLoad: dlopen('libdbus-1.so.3', RTLD_NOW | RTLD_LOCAL) failed: libdbus-1.so.3: cannot open shared object file: No such file or directory 00:00:48.657044 VMMDev: Guest Log: 00:00:00.009268 vminfo Error: Unable to connect to system D-Bus (1/3): D-Bus not installed 00:00:48.659892 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no 00:00:48.805170 NAT: IPv6 not supported 00:00:50.624628 NAT: DHCP offered IP address 10.0.2.15 00:00:50.624913 NAT: DHCP offered IP address 10.0.2.15 00:00:53.656655 VMMDev: Guest Log: 00:00:05.010825 vminfo Error: Unable to connect to system D-Bus (2/3): D-Bus not installed 00:00:58.658074 VMMDev: Guest Log: 00:00:10.012264 vminfo Error: Unable to connect to system D-Bus (3/3): D-Bus not installed 00:01:00.230853 VMMDev: SetVideoModeHint: Got a video mode hint (800x600x0)@(0x0),(1;0) at 0 00:01:44.873806 Changing the VM state from 'RUNNING' to 'SUSPENDING' 00:01:45.187049 PDMR3Suspend: 313 213 266 ns run time 00:01:45.187066 Changing the VM state from 'SUSPENDING' to 'SUSPENDED' 00:01:45.187073 Console: Machine state changed to 'Paused' 00:01:48.209792 Changing the VM state from 'SUSPENDED' to 'RESUMING' 00:01:48.247728 Changing the VM state from 'RESUMING' to 'RUNNING' 00:01:48.247754 Console: Machine state changed to 'Running' 00:06:42.762538 Changing the VM state from 'RUNNING' to 'SUSPENDING' 00:06:42.958664 PDMR3Suspend: 196 100 930 ns run time 00:06:42.958705 Changing the VM state from 'SUSPENDING' to 'SUSPENDED' 00:06:42.958714 Console: Machine state changed to 'Paused'

到目前为止,我没有运气。有什么帮助吗?

1 个答案:

答案 0 :(得分:0)

Are you using a VPN like Citrix? If so, disconnect it and then try to create the machine.