Installing Docker on Windows 10 Home

My steps:

  1. To install HyperV on Windows Home I used @hessi9 bat commands
  2. To install Docker on Windows Home without having to install a 3rd party product I used @mapk tip (change registry instead of editing installer).

Additional Info: It was necessary only to change the following registry key:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EditionID which in my case were CoreSingleVersion.

Cheers and thank you all.