问题
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