背景介绍:
在Window系统中安装Docker时,需要安装WSL虚拟系统,在安装完Docker Desktop启动时可能会出现报错,这往往是因为部分系统设置没有打开。
问题描述
An unexpected error was encountered while executing a WSL command. Commorcauses include access rights issues, which occur after waking the computer or notbeing connected to your domain/active directory.
Please try shutting WSL down (wsl --shutdown) and/or rebooting your computer. lfnot sufficient, WSL may need to be reinstalled fully. As a last resort, try touninstall/reinstall Docker Desktop. lf the issue persists please collect diagnostics andsubmit an issue
…😕/docs.docker.com/desktop/troubleshoot/overview/#diagnose-from-the-termin…
解决方案:
1、控制面板->程序->启用或关闭 windows 功能,开启 Windows 虚拟化和 Linux 子系统(WSL2)
2、确保 BIOS 已开启虚拟化,下图检查是否已开启好
注意:如果是已禁用,请在开机时按 F2 进入 BIOS 开启一下,不会设置的可以网上搜索下自己主板的设置方法,Intel 和 AMD 的设置可能稍有不同
版权归原作者 郑小路 所有, 如有侵权,请联系我们删除。