Docker Desktop is unable to detect a Hypervisor.

4,194 阅读1分钟

启动docker时出现 image.png 解决方法: 1.确认是否开启Hyper-V

win+i进入设置->应用->右上角程序和功能->左上角启用或关闭windows功能->勾选Hyper-V image.png

如果已开启,管理员运行cmd输入

bcdedit /set hypervisorlaunchtype auto

重启电脑