Issues while installing Docker on Windows 10 home edition

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”

Leave a Comment