2019-09-19 docker的安装

一、参考

https://www.cnblogs.com/coder-lzh/p/11019558.html

https://www.cnblogs.com/Minlwen/p/10491350.html

 

二、如果报一下错误信息

Starting "default"...
(default) Check network to re-create if needed...
(default) Windows might ask for the permission to create a network adapter. Sometimes, such confirmation window is minimized in the taskbar.
(default) Creating a new host-only adapter produced an error: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe hostonlyif create failed:
(default) 0%...
(default) Progress state: E_FAIL
(default) VBoxManage.exe: error: Failed to create the host-only adapter
(default) VBoxManage.exe: error: Could not find Host Interface Networking driver! Please reinstall
(default) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
(default) VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCreate(struct HandlerArg *)" at line 94 of file VBoxManageHostonly.cpp
(default)
(default) This is a known VirtualBox bug. Let's try to recover anyway...

更新下Oracle VM VirtualBox到最新版就可以了。

posted @ 2019-09-19 09:08  math_lin  阅读(599)  评论(0)    收藏  举报