Good Morning,
I am trying to configure a Docker on a Windows 10 Home by following the instructions below:
I just landed on this topic and the first thing I have discovered is that apparently it is required to have the Hyper-V enabled to create a virtual machine and as it is told this is a feature that can only be enabled in the Windows 10 edition Pro. Is this how I tell it?
In this way the exception you are giving me when executing the docker-machine create command inside a Git Bash is the following:
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 …
Now, I have found the following post in which they comment that there is an option that if you add it we say that you skip the Hyper-V check avoiding the previous exception.
Well, I tried it and I managed to create the Linux virtual machine that contains the Docker Engine.
My question is: is it possible to march with Docker on a Windows 10 Home by creating the instance in this way?
“… What helped me was adding --virtualbox-no-vtx-check to the docker-machine create command …”
Finally, to say that it is true that the virtual machine is created but the execution of the command inside the Git Bash ends as follows.
Would this already be a different problem that apparently is a Firewall / Antivirus issue?
You already tell me if you can give me a cable with these questions.
C: \ Users \ wt> docker-machine create --driver virtualbox --virtualbox-no-vtx-check default
Running pre-create checks …
Creating machine …
(default) Copying C: \ Users \ wt.docker \ machine \ cache \ boot2docker.iso to C: \ Users
wt.docker \ machine \ machines \ default \ boot2docker.iso …
(default) Creating VirtualBox VM …
(default) Creating SSH key …
(default) Starting the VM …
(default) Check network to re-create if needed …
(default) Windows might ask for the permission to configure a dhcp server. Somet
imes, such confirmation window is minimized in the taskbar.
(default) Waiting for an IP …