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

时间:2015-11-17 21:03:41

标签: docker virtualbox docker-machine

我正在尝试使用virtualbox作为驱动程序创建docker-machine。

➜  ~  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选项运行它,这里是详细的log

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

VBoxManage: error: Unknown option: --synthcpu

1 个答案:

答案 0 :(得分:0)

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

解决了问题。