Kitematic是安装好docker后集成在其中的一个管理工具,用了一段时间后遇到了如下错误,error:

VirtualBox is not installed. Please install it via the Docker Toolbox.

【Error】Kitematic - VirtualBox is not installed. Please install it via the Docker Toolbox.

fix method:

1. remove files in ~/Library/Application Support/Kitematic/Local Storage
2. restart Kitematic

ref:

[email protected]https://github.com/docker/kitematic/issues/2499

【Error】Kitematic - VirtualBox is not installed. Please install it via the Docker Toolbox.

 

20180831 更新:点了virtualbox之后不能返回的解决方案。

  1. command+ alt +i 进入chromium开发者工具 console
  2. 查看localStorage.getItem('settings.useVM')为true
  3. 设置localStorage.setItem('settings.useVM', 'false')
  4. 解决

参考:https://github.com/docker/kitematic/issues/2499

相关文章:

  • 2021-07-12
  • 2022-02-24
  • 2022-12-23
  • 2021-07-04
  • 2021-07-08
  • 2022-12-23
  • 2021-12-01
猜你喜欢
  • 2021-10-17
  • 2022-12-23
  • 2021-08-05
  • 2021-04-07
  • 2021-06-27
  • 2021-07-03
  • 2022-02-07
相关资源
相似解决方案