malahar
(Malahar)
September 3, 2017, 5:13pm
1
I am trying to install docker on my window 10 pro but I get the below error. I have 64 bit machine with Hyper V running. Appreciate any help in this regard.
Docker for Windows requires Windows 10 Pro or Enterprise version 10586, or Windows server 2016 RTM to run
pmario
(Mario Pietsch)
September 6, 2017, 3:11pm
2
Are you sure, you have win 10 pro or higher?
What does this powershell command return?
Get-WmiObject -Class Win32_OperatingSystem | % Caption
umir
(Umir)
September 28, 2017, 12:54pm
3
getting same issue with window 10 pro.
pmario
(Mario Pietsch)
September 28, 2017, 2:33pm
4
What does
Get-WmiObject -Class Win32_OperatingSystem | % Buildnumber
say. It needs to be >= 10586
umir
(Umir)
September 28, 2017, 5:13pm
5
Oh, its less than that. 10240
what to do now?
friism
(Michael Friis)
September 28, 2017, 5:24pm
6
Run Windows Update, or get your system administrator to update your system to a more recent version
1 Like
jfarnold
(Jfarnold)
December 12, 2017, 10:55am
7
I get the same trouble :
Release seems OK :
PS C:\Users\jfarnold> Get-WmiObject -Class Win32_OperatingSystem | % Buildnumber
10586
PS C:\Users\jfarnold> Get-WmiObject -Class Win32_OperatingSystem | % Caption
Microsoft Windows 10 Professionnel
Install message :
Docker for Windows requires Windows 10 Pro or Enterprise version 10586, or Windows server 2016 RTM to run
What to do now ?
Regards
1 Like
kendaop
(Kendaop)
December 13, 2017, 8:27pm
8
I have this issue as well. I have Hyper-V enabled on Win10 Pro with build number 10586.
lepelican
(Lepelican)
December 14, 2017, 9:54am
9
Hello,
I’ve got the same issue.
I think it’s an issue with the display message. The documentation (https://docs.docker.com/docker-for-windows/install/#what-to-know-before-you-install ) clearly states that the minimal version needed is 14393 now.
It’s seem to be new with the last version.
Thus, I went to get an old release (https://docs.docker.com/docker-for-windows/release-notes/#docker-community-edition-17091-ce-win42-2017-12-11-stable ), took the one from the 6th october and it installs fine.
Hope it helps you.
Jonathan
santadatla
(Santadatla)
February 21, 2018, 12:30am
10
I have the same issue and power shell showing the following
and hyper V is running as well
what to do next
I am also getting an install fail (installer hangs with no error message) from the .exe at https://hub.docker.com/editions/community/docker-ce-desktop-windows (Stable Version). My Power shell shows:
Hyper V is running. This is a reinstall. I previously had Docker installed, but had to reinstall due to some instability.
Versions from 2.1.0.0 are marked deprecated for Windows 10 Build 14393 according to Docker docs.
I could able to install 2.0.0.3 in my PC with Windows 10 Enterprise Build 14393.
fatmauluda
(Fatmauluda)
December 24, 2019, 9:58pm
13
I have Windows 10 Home Single Language and build number 18363 How can I install docker because it give an error but my build number bigger and I have 64 so I need change to my windows 10?
1 Like
panda4091
(Panda4091)
January 8, 2020, 11:41pm
14
Need Help on this.
Microsoft Windows 10 Home Single Language
18362
sunnyape
(Sunnyape)
January 10, 2020, 3:09am
15
Docker doesn’t run on Windows 10 Home. Does that help?
qingqing666
(Qingqing666)
February 21, 2020, 11:57am
18
same problem: Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run.
who can answer this question? Really thanks!!!
doctrush
(Doctrush)
March 11, 2020, 8:52pm
19
I have Windows 10 Enterprise 1607 and build number 14939.2906
While installing Docker its throwing Docker for Windows requires Windows 10 Pro or Enterprise version 10586, or Windows server 2016 RTM to run
Upgrade windows to the latest version works for me
timcode
(Timcode)
June 25, 2020, 11:06pm
21
I discovered the same problem for me and here is the solution: https://itnext.io/install-docker-on-windows-10-home-d8e621997c1d
I hope it will help everyone with the same issue. It helped me.
Good luck.
ekator
(Ekator)
August 5, 2020, 11:42am
22
I solved this problem downloading the assistant for updates on Microsoft page
Hope it helps