博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【Error】Kitematic - VirtualBox is not installed. Please install it via the Docker Toolbox.
阅读量:4206 次
发布时间:2019-05-26

本文共 427 字,大约阅读时间需要 1 分钟。

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@

 

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

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

参考:

你可能感兴趣的文章
Swift cell的自适应高度
查看>>
【linux】.fuse_hiddenXXXX 文件是如何生成的?
查看>>
【LKM】整合多个LKM为1个
查看>>
【Kernel】内核热补丁技术揭秘
查看>>
【Error】/usr/bin/env: ‘python’: No such file or directory
查看>>
手工挂载VMware共享目录
查看>>
【Kernel】pid 与 tgid
查看>>
【Error】make LKM时 找不到符号
查看>>
【转载】【C语言】浅析C语言之uint8_t / uint16_t / uint32_t /uint64_t
查看>>
【转载】yum update 自动忽略内核更新
查看>>
【maven】打包jar上传到服务器运行
查看>>
关闭centos wayland
查看>>
【Error】chsh: PAM: Authentication failure
查看>>
【Error】zsh历史记录丢失
查看>>
解析漏洞总结
查看>>
有趣的二进制 读书笔记
查看>>
【Windows C++】调用powershell上传指定目录下所有文件
查看>>
kotlin-android-extensions 插件无效问题
查看>>
经典排序算法--Java实现
查看>>
Java中JRadioButton单选按钮分组方法
查看>>