Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issues while installing Docker on Windows 10 home edition

Tags:

docker

I am getting below error When I try to install Docker on Windows 10 Home Edition.

[21:20:49.129] [InstallWorkflow] Pre-requisite failed: Docker for Windows requires Windows 10 Pro or Enterprise version 14393, or Windows server 2016 RTM to run 

Can I Install Docker on Windows 10 Home Edition?

like image 956
Majid Khan Avatar asked Apr 05 '18 16:04

Majid Khan


People also ask

Does Docker not work with Windows 10 home?

If you are running Windows 10 Home (starting with version 1903), you can install Docker Desktop for Windows with the WSL 2 backend.

Can I install Docker on Windows 10 home?

Step-By-Step Docker Installation on WindowsGo to the website https://docs.docker.com/docker-for-windows/install/ and download the docker file. Note: A 64-bit processor and 4GB system RAM are the hardware prerequisites required to successfully run Docker on Windows 10.

Why is Docker not working Windows 10?

Operating System. If you do not run a 64-bit version of Windows Windows 10 Pro, Enterprise, or Education; 1511 November update, Build 10586 or later, you cannot run Docker for Windows. You can install Docker Toolbox if you have a 64-bit version of Windows 7 or later. Alternately, you do have the option to upgrade.

Does windows11 home support Docker?

Windows 10 and 11You can install Docker on Windows 10 or 11 Professional and Enterprise editions by using the following steps. Download and install Docker Desktop and create a Docker account if you don't already have one.


1 Answers

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.

  6. Install Docker

After the installation, you can change the EditionID back to "Core"

like image 194
gcosmin Avatar answered Oct 02 '22 19:10

gcosmin