当前位置:   article > 正文

Docker Desktop-Unexpected WSL error An unexpected error was encountered while executing a WSL comman_docker desktop - unexpected wsl error an unexpecte

docker desktop - unexpected wsl error an unexpected error was encountered wh

windows安装docker报错:

Docker Desktop - Unexpected WSL error An unexpected error was encountered while executing a WSL command. Common causes include access rights issues, which occur after waking the computer or not being connected to your domain/active directory. Please try shutting WSL down (wl --shutdown) and/or rebooting your computer. If not sufficient, WSL may need to be reinstalled fully. As a last resort, try to uninstall/reinstall Docker Desktop. If the issue persists please collect diagnostics and submit an issue (Troubleshoot Docker Desktop | Docker Docs).

解决方法:

1- 以管理员身份运行cmd.

2- 执行以下命令 (提示是否重启电脑,选N):

DISM /Online /disable-Feature /FeatureName:VirtualMachinePlatform

DISM /Online /disable-Feature /FeatureName:HypervisorPlatform

DISM /Online /disable-Feature /FeatureName:Microsoft-Windows-Subsystem-Linux

3- 手动重启电脑

4- 再次以管理员身份运行cmd.

5- 执行以下命令 (提示是否重启电脑,选N):

DISM /Online /enable-Feature /FeatureName:Microsoft-Windows-Subsystem-Linux

DISM /Online /enable-Feature /FeatureName:VirtualMachinePlatform

DISM /Online /enable-Feature /FeatureName:HypervisorPlatform

6- 再次手动重启电脑

7-完成。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/660422
推荐阅读
相关标签
  

闽ICP备14008679号