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

后端 未结 9 1568
-上瘾入骨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:32
    1. Open up a PowerShell or CMD session as Administrator.

    2. Type the following command:

      Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
      
    0 讨论(0)
  • 2020-12-12 22:33

    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.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题