docker-archive/toolbox

Installation Error

chisumo2016 opened this issue · 2 comments

Error creating machine: Error in driver during machine creation: 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 encountered the same issue for multiple times in Windows 10 Home edition. Although virtualization was enabled in BIOS settings.

I resolved by jumping this virtualization check, with --virtualbox-no-vtx-check flag.

You guys can add it inside C:\Program Files\Docker Toolbox\start.sh (Or other Docker Toolbox folder). There is a line that uses the create command, just add this flag after it.