docker机器创建错误..VBoxManage:错误:未知选项:--synthcpu



我正在尝试使用virtualbox作为驱动程序来创建docker机器。

➜  ~  docker-machine create --driver virtualbox default

然而,我得到以下错误

INFO[0000] Creating SSH key...
INFO[0000] Creating VirtualBox VM...
ERRO[0005] Error creating machine: exit status 1
WARN[0005] You will want to check the provider to make sure the machine and associated resources were properly removed.
FATA[0005] Error creating machine

我用--debug选项运行了它,下面是详细的日志

我在日志的末尾看到以下错误--

VBoxManage: error: Unknown option: --synthcpu

我卸载了docker工具箱,并使用这个shell脚本重新安装了它——https://github.com/docker/toolbox/blob/master/osx/uninstall.sh

修复了问题。

最新更新