Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing docker in windows 8.1 64 bit operating system?

I'am trying to install docker toolbox in windows 8.1 64 bit operating system. When I try to open it after installing it throws error like

        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"

how to resolve this?

like image 465
sasi Avatar asked Feb 24 '18 12:02

sasi


1 Answers

Unfortunately Intel B960 does not meet the system requirments needed for hyper-v a requirment for docker for windows.

Take a look at Docker Toolbox which is for older Windows systems that do not meet the requirements of Docker for Windows.

https://docs.docker.com/toolbox/toolbox_install_windows/

like image 120
Ken Tucker Avatar answered Sep 28 '22 09:09

Ken Tucker