配置启动docker过程中出现的WSL needs updating

WSL needs updating

Your version of Windows Subsystem for Linux (WSL) is too old.

Run the command below to update or for more information, visit .the Microsoft WSL documentation⁠

wsl --update

执行以下命令:

步骤1:以管理员身份更新WSL

powershell

# 1. 以管理员身份打开PowerShell(右键点击开始菜单)
# 2. 运行以下命令更新WSL
wsl --update

# 3. 重启WSL服务
wsl --shutdown

发表评论