I have got some problem when I installed Docker with Window Server.
The environment list:
1 Windows 10 (Physical Machine)
2.VMwar
Open up a PowerShell or CMD session as Administrator.
Type the following command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
I went to docker settings and in General
section selected to install the other version
(bottom of the page as link). I initially installed the stable
, changed for beta
/ edge.
That worked without any issues.
These steps worked for me in Windows 10 Pro v1809. First, close Docker error window. Then
Start > Windows Security app > App & browser control > Exploit Protection > Exploit protection settings > Program settings > vmcompute.exe > Edit > Code flow guard (CFG) >
Uncheck "Override system settings" > Apply
In elevated (i.e. Run As Administrator) cmd
window start service with
net start vmcompute
Then start Docker Desktop again, should start this time