Error while installing Docker for windows 10

0 votes

I tried installing Docker for Windows 10. But I get the following error:

Unable to stop: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: The specified module 'Hyper-V' was not loaded because no valid module file was found in any module directory. at , : line 79 at Docker.Backend.HyperV.RunScript(String action, Dictionary`2 parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\HyperV.cs:line 177 at Docker.Backend.ContainerEngine.Linux.DoStop() in C:\gopath\src\github\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 280 at Docker.Backend.ContainerEngine.Linux.Start(Settings settings) in C:\gopath\src\github\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 122 at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass9_0.b__0(Object[] parameters) in C:\gopath\src\github\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 47 at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters) in C:\gopath\src\github\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 145
Oct 26, 2018 in Docker by Sophie may
• 10,610 points
2,450 views

2 answers to this question.

0 votes
Docker for windows is compatible with only particular versions of windows 10. For example windows 10 home will not run docker for windows. Check if the host is Windows 10 Home edition. If it is, go download and install Docker Toolbox for Windows, which includes up-to-date Docker and some environment components.

Docker for Windows relies on native Hyper-V to create virtual machine. But Win 10 Home edition does not have it.
answered Oct 26, 2018 by Tyrion anex
• 8,700 points
0 votes
RUN cmd as administrator then check use command bcdedit to check this line hypervisorlaunchtype Auto

it should be either auto or on.
if it’s off then set it to auto with the following command
bcdedit /set hypervisorlaunchtype auto

then restart windows and dockers should start properly provided that your CPU virtualization is enabled in your bios

I hope this helps!
Regards,
answered Aug 26, 2020 by Pistle
• 1,000 points

Related Questions In Docker

0 votes
1 answer
0 votes
2 answers
0 votes
1 answer

Error: Docker for Windows not working

The following worked for me: Download VirtualBox 5.03  Reboot ...READ MORE

answered Aug 14, 2018 in Docker by Sophie may
• 10,610 points
1,140 views
0 votes
1 answer

Error: “Docker for Windows: No hypervisor is present”

I faced the same error and this ...READ MORE

answered Aug 14, 2018 in Docker by Sophie may
• 10,610 points
841 views
+2 votes
1 answer
0 votes
2 answers
0 votes
1 answer
0 votes
1 answer

How to install telnet in Docker for Windows 10?

If you are trying to telnet in ...READ MORE

answered Aug 28, 2018 in Docker by Tyrion anex
• 8,700 points
3,121 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP