Unable to run Docker Toolbox on windows 10 home even after enabling virtualization from BIOS settings

旧街凉风 提交于 2019-12-07 20:37:13

问题


On running docker quickstart terminal I get the following error:

Running pre-create checks... Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory" Looks like something went wrong in step ´Checking if machine default exists´... Press any key to continue...

I have tried everything from enabling the virtualization from the bios setting to reinstalling the toolbox but this error doesn't seem to go away. I read that since Windows 10 home doesn't support Hyper-V so one has to use docker toolbox but still this error is coming. Please provide a solution.


回答1:


Did you try to read this thread? Machine’s Issue

Personally I managed to solve the issue by using this PS’s command (considering my Win 10 is Home edition):

PS> bcdedit /set hypervisorlaunchtype off



来源:https://stackoverflow.com/questions/54703047/unable-to-run-docker-toolbox-on-windows-10-home-even-after-enabling-virtualizati

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!