Failed to start the virtual machine 'MobyLinuxVM' because one of the Hyper-V components is not running

后端 未结 9 1575
-上瘾入骨i
-上瘾入骨i 2020-12-12 21:41

I have got some problem when I installed Docker with Window Server.
The environment list:

1 Windows 10 (Physical Machine)
2.VMwar

9条回答
  •  眼角桃花
    2020-12-12 22:35

    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

提交回复
热议问题