在 Windows 系统上安装或启动 Docker Desktop 时,如果遇到如下报错:
Docker Desktop - WSL update failed
An error occurred while updating WSL.
You can manually update using wsl --update.
…
exit status 1
别担心,这并不是你的电脑架构不支持,而是 WSL(Windows 子系统 Linux)组件未正确更新或配置异常,只需打开 PowerShell(以管理员身份),输入 wsl --update 即可。这篇文章将带你一步步解决问题。