谢成祥
|
win10安装了dockertoolbox,打开docker quickstart Terminal时,报错: Starting "default"... (default) Check network to re-create if needed... (default) Windows might ask for the permission to configure a dhcp server. Sometimes, such confirmation window is minimized in the taskbar. Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm default --type headless failed: VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3' (VERR_INTNET_FLT_IF_NOT_FOUND). VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:02.088349 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005)) Looks like something went wrong in step ´Checking status on default´... Press any key to continue... 这个如何解决? |
李明
|
尽量别再windows下安装 建议装个虚拟机在linux下安装,重点是学习,太多不应该入的坑提前绕路 |
谢成祥
|
因为就是想下个docker安装 ubuntu容器来做些shell脚本的练习.不想使用虚拟机,因为感觉太占资源 |