docker-archive / toolbox

The Docker Toolbox
https://docker.com/toolbox
3.21k stars 1.23k forks source link

Installation Error #859

Open chisumo2016 opened 4 years ago

chisumo2016 commented 4 years ago

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...

anurag961 commented 4 years ago

I have encountered the same issue for multiple times in Windows 10 Home edition. Although virtualization was enabled in BIOS settings.

Ronkiro commented 4 years ago

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.