docker Toolbox在win10 家庭版中打开报错
问题描述
Command failed: C:DPSDocker Toolboxdocker-machine.exe -D create -d virtualbox --virtualbox-memory 2048 default,Docker Machine Version: 0.9.0, build 15fd4c7,Found binary path at C:DPSDocker Toolboxdocker-machine.exe,Launching plugin server for driver virtualbox,Plugin server listening at address 127.0.0.1:50448,() Calling .GetVersion,Using API Version 1,() Calling .SetConfigRaw,() Calling .GetMachineName,(flag-lookup) Calling .GetMachineName,(flag-lookup) Calling .DriverName,(flag-lookup) Calling .GetCreateFlags,Found binary path at C:DPSDocker Toolboxdocker-machine.exe,Launching plugin server for driver virtualbox,Plugin server listening at address 127.0.0.1:50452,() Calling .GetVersion,Using API Version 1,() Calling .SetConfigRaw,() Calling .GetMachineName,(default) Calling .GetMachineName,(default) Calling .DriverName,(default) Calling .GetCreateFlags,(default) Calling .SetConfigFromFlags,(default) Calling .PreCreateCheck,(default) DBG | COMMAND: C:DPSOracleVirtualBoxVBoxManage.exe --version,(default) DBG | STDOUT:,(default) DBG | {,(default) DBG | 5.1.14r112924,(default) DBG | },(default) DBG | STDERR:,(default) DBG | {,(default) DBG | },(default) DBG | Hyper-V is not installed.,(default) DBG | %!(EXTRA *exec.Error=exec: 'vmms.exe': executable file not found in %PATH%)COMMAND: wmic cpu get VirtualizationFirmwareEnabled,(default) DBG | Couldn’t check that VT-X/AMD-v is enabled. Will check that the vm is properly created: exit status 2147943458,Error with pre-create check: 'Get https://github-cloud.s3.amazonaws.com/releases/14930729/2a7d9b36-1aba-11e7-951b-a7c27f5bb4fd.iso?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170504%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170504T145708Z&X-Amz-Expires=300&X-Amz-Signature=91a39130594e24ba378ccdd3781842297e7d1df1a2669f89f57ba8cd59408e72&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dboot2docker.iso&response-content-type=application%2Foctet-stream: dial tcp 54.231.48.240:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.',open C:Userschenzw.dockermachinemachinesdefaultdefaultLogsVBox.log: The system cannot find the path specified.,notifying bugsnag: [Error with pre-create check: 'Get https://github-cloud.s3.amazonaws.com/releases/14930729/2a7d9b36-1aba-11e7-951b-a7c27f5bb4fd.iso?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170504%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170504T145708Z&X-Amz-Expires=300&X-Amz-Signature=91a39130594e24ba378ccdd3781842297e7d1df1a2669f89f57ba8cd59408e72&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dboot2docker.iso&response-content-type=application%2Foctet-stream: dial tcp 54.231.48.240:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.'],
如上图所示,打开总是报错,这是什么错导致的?
问题解答
回答1:建议升级到win10专业版 版本大于或等于 1703 安装 Docker for Windows
相关文章:
1. docker-machine添加一个已有的docker主机问题2. html - 用ajax提交表单后,返回验证数据在页面location.href跳转到主页,怎么传递session给主页3. node.js - node express 中ajax post请求参数接收不到?4. angular.js - grunt server 报错5. apache - nginx 日志删除后 重新建一个文件 就打不了日志了6. java - tomcat服务经常晚上会挂,求解?7. java - 原生CGLib内部方法互相调用时可以代理,但基于CGLib的Spring AOP却代理失效,为什么?8. 网站被黑,请教下大神,怎么对datebase.php内容加密。9. mysql - sql查询语句问题10. mysql的主从复制、读写分离,关于从的问题
