docker 打开报错 windows hypervisor is not present docker desktop is unable to detect a hypervisor. ..........

 

docker desktop - windows hypervisor is not present docker desktop is unable to detect a hypervisor. hardware assisted virtualization and data execution protection must be enabled inthe blos. see https://docsdocker.com/desktop/troubleshoot/topics/#virtualization

或 Hyper-V 类的错误

 

第一步检查:

 

 

 

 

第二步检查

 

 

 

 

 

 

然后 管理员身份打开 powershell

执行    

dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All

 

 

 

 

如果重启不行 再执行

bcdedit /set hypervisorlaunchtype auto

 

 

 

然后重启电脑再打开docker

 

posted @ 2023-09-05 18:45  漫漫长路</>  阅读(6552)  评论(0编辑  收藏  举报