Docker v2.3.0.5 [error during connect]

I installed the latest desktop docker for windows. Unfortunately my windows version is 64Bit/Home, and Pro version that is required.

Despite this fact, I installed Docker Desktop successfully to my system and I enabled also the Hyper-V from Bios and Windows (in my version build 18362 it is referred as Windows HyperVision Platform).

Screenshot_1

I can verify it via PowerShell command bcdedit.

PS C:\WINDOWS\system32> bcdedit /set hypervisorlaunchtype auto
The operation completed successfully.

The problem here is that i get error during connect. I verify that I am connected with
Hubhub.docker.com using my credentials.

So, for example, running s simple docker version command, I get this. Can someone help to solve the problem ?

C:\WINDOWS\system32>docker version
Client: Docker Engine - Community
 Azure integration  0.1.15
 Version:           19.03.12
 API version:       1.40
 Go version:        go1.13.10
 Git commit:        48a66213fe
 Built:             Mon Jun 22 15:43:18 2020
 OS/Arch:           windows/amd64
 Experimental:      false
error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/version: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.

No solution found for Home edition. I upgraded to PRO and it solved.

It seems that no containers can be found in home edition.