服务'Hyper-V主机计算服务(vmcompute)'由于以下错误而无法启动:无法在计算机'。'上启动服务vmcompute。'

问题描述 投票:-1回答:1

我安装了Windows的最新版本的Docker。

enter image description here

我从未在计算机上成功运行Docker。

日志文件:https://gist.github.com/donhuvy/a09313766e3036f8a9a6b5581535857f

enter image description here

错误

Unable to stop - The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Service 'Hyper-V Host Compute Service (vmcompute)' cannot be started due to the following error: Cannot start service vmcompute on computer '.'.

   at Docker.Core.Pipe.NamedPipeClient.<TrySendAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters)
   at Docker.Actions.DoStart(SynchronizationContext syncCtx, Boolean showWelcomeWindow, Boolean executeAfterStartCleanup)
   at Docker.Actions.<>c__DisplayClass24_0.<Start>b__0()
   at Docker.ApiServices.TaskQueuing.TaskQueue.<>c__DisplayClass17_0.<.ctor>b__1()

我也遵循https://stackoverflow.com/a/54485998/3728901(Windows添加或删除功能,删除功能Hyper-V,重新启动,添加功能Hyper-V,不成功)。

docker hyper-v
1个回答
0
投票

在任务栏上,右键单击Docker,关闭“发送错误”

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.