在使用DockerToolbox安装完docker后,启动报错,错误信息如下:
Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown
报错信息如图:
启动Docker时,报 Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown
我的系统是WINDOWS 7 64位

解决办法是:修改注册表

1、 win+r 快捷键打开 “运行”,输入regedit 打开注册表

2、找到 HKEY_CLASSES_ROOT\CLSID{00020420-0000-0000-C000-000000000046}
InprocServer32 修改 第一行(默认)的值为 C:\Windows\system32\oleaut32.dll

3、找到HKEY_CLASSES_ROOT\CLSID{00020424-0000-0000-C000-000000000046}
InprocServer32 修改 第一行(默认)的值为 C:\Windows\system32\oleaut32.dll
4,关闭重启docker即可。
重启后,如图:
启动Docker时,报 Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown

相关文章:

  • 2022-12-23
  • 2021-05-04
  • 2022-01-07
  • 2021-07-19
  • 2021-07-03
  • 2022-12-23
  • 2021-07-30
  • 2021-10-01
猜你喜欢
  • 2021-07-05
  • 2021-06-01
  • 2021-12-13
  • 2022-12-23
  • 2021-12-02
  • 2021-12-11
  • 2022-12-23
相关资源
相似解决方案