简体   繁体   English

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

[英]docker-machine create error … VBoxManage: error: Unknown option: --synthcpu

I am trying to create docker-machine using virtualbox as the driver. 我正在尝试使用virtualbox作为驱动程序来创建docker-machine。

➜  ~  docker-machine create --driver virtualbox default

However, I am getting following error 但是,我得到以下错误

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

I ran it with --debug option and here is the detailed log 我用--debug选项运行了它,这是详细的日志

I see the following error at the end of the log -- 我在日志末尾看到以下错误-

VBoxManage: error: Unknown option: --synthcpu

I uninstalled docker toolbox and reinstalled it using this shell script -- https://github.com/docker/toolbox/blob/master/osx/uninstall.sh 我卸载了Docker工具箱并使用此Shell脚本重新安装了它-https: //github.com/docker/toolbox/blob/master/osx/uninstall.sh

Fixed the problem. 解决了问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM