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

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:

stormbeta@https://github.com/docker/kitematic/issues/2499

 

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

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐