'Can't install Docker : Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run
I'm new in docker using. I'm using window Home 10, version 1909, OS build 18363.720 now.
I had an issue when installing Docker. Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run. I have tried to update window and install again but it does still not work!

Solution 1:[1]
Here is an easy-fix that worked for me.
Using Settings > Update & Security > Windows Update alone was NOT enough to do the right update to Microsoft Windows [Version 10.0.19041.330] that I needed.
But then, this worked:
Downloaded & executed Windows10Upgrade9252.exe from https://www.microsoft.com/en-gb/software-download/windows10
That was it.
Solution 2:[2]
Docker Desktop will now work on Windows 10 Home for version 2004 https://docs.docker.com/docker-for-windows/install-windows-home/
Unfortunately I think 2004 is only available at this time on the Window Insider Program, which requires you to set your diagnostic data to full which includes sending 'info about websites you browse and how you use apps and features'
I think I will be following the advice @Max has given for now.
Solution 3:[3]
According to this https://www.docker.com/blog/docker-desktop-for-windows-home-is-here/ You need version 19040 ( a preview version ). Hope they will bring it to 2004 version ( release date May 2020)
Solution 4:[4]
now in the docs section of docker (https://docs.docker.com/docker-for-windows/install/), windows home users link over to dockerhub to download the windows home version of docker here: https://hub.docker.com/editions/community/docker-ce-desktop-windows/
Solution 5:[5]
Edit Windows Version in Registry
1.Press Windows + R and write regedit 2. In the Registry Editor, go to \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion 3. Right-click on EditionID and Click Modify 4. Change Value Data to Professional 5. Press OK
Edit Windows CurrentBuild (set 18363) and CurrentBuildNumber (set 18363) with the same way.
Injoy Docker
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Laenka-Oss |
| Solution 2 | Paul Buitenhuis |
| Solution 3 | Äặng Hữu Minh |
| Solution 4 | Jake Roybal |
| Solution 5 | BFH |
