Error linux containers - Windows 10 Enterprise

-1

I am having this following error:

Docker.Core.DockerException: Docker.Core.Backend.BackendDestroyException: Unable to create Hyper-V VM: Falha na operação.

Erro inesperado: Falha de logon: não foi concedido ao usuário o tipo de logon solicitado neste computador. (0x80070569).

Falha na operação.

Erro inesperado no serviço Gerenciamento de Máquinas Virtuais do Hyper-V: Falha de logon: não foi concedido ao usuário o tipo de logon solicitado neste computador. (0x80070569).

em New-MobyLinux, <Nenhum arquivo>: linha 182
em <ScriptBlock>, <Nenhum arquivo>: linha 810
   em Docker.Backend.ContainerEngine.Linux.Start(Settings settings, String daemonOptions, Credential credential)
   em Docker.Backend.BackendNamedPipeServer.<Run>b__8_2(Object[] args)
   em Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass9_0.<Register>b__0(Object[] parameters)
   em Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)```


I tried a lot of things, but still the same. Who can help me with this?
windows
docker
asked on Stack Overflow Mar 4, 2020 by user1915942

1 Answer

0
  • Open "Window Security"
  • Open "App & Browser control"
  • Click "Exploit protection settings" at the bottom
  • Switch to "Program settings" tab
  • Locate "C:\WINDOWS\System32\vmcompute.exe" in the list and expand it
  • Click "Edit"
  • Scroll down to "Code flow guard (CFG)" and uncheck "Override system settings"
  • Start vmcompute from powershell "net start vmcompute"
answered on Stack Overflow Mar 4, 2020 by Peter

User contributions licensed under CC BY-SA 3.0