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

发布时间 2023-09-05 18:51:09作者: 漫漫长路

 

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

 

第一步检查:

 

 

 

 

第二步检查

 

 

 

 

 

 

然后 管理员身份打开 powershell

执行    

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

 

 

 

 

如果重启不行 再执行

bcdedit /set hypervisorlaunchtype auto

 

 

 

 

然后重启电脑再打开docker