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. mysql - 分庫分表、分區、讀寫分離 這些都是用在什么場景下 ,會帶來哪些效率或者其他方面的好處2. 視頻文件不能播放,怎么辦?3. node.js - nodejs開發中常用的連接mysql的庫4. python bottle跑起來以后,定時執行的任務為什么每次都重復(多)執行一次?5. mysql - 把一個表中的數據count更新到另一個表里?6. 請教使用PDO連接MSSQL數據庫插入是亂碼問題?7. mysql 查詢身份證號字段值有效的數據8. python - 爬蟲模擬登錄后,爬取csdn后臺文章列表遇到的問題9. visual-studio - Python OpenCV: 奇怪的自動補全問題10. Python爬蟲如何爬取span和span中間的內容并分別存入字典里?
