阅读量:0
异常
当打开Docker Desktop时候,启动docker引擎时,提示
加粗样式文本信息
Docker Desktop - WSL distro terminated abruptly
A WSL distro Docker Desktop relies on has exited unexpectedly. This usually happensas a
result of an external entity terminating WSL (e.g. running wsl --shutdown).
异常原因:
WSL 分发出了问题,需要注销所有老的WSL 分发。
解决办法
1.打开 PowerShell或者CMD 以管理员身份运行。
2.运行以下命令以列出已安装的 WSL 分发:
wsl --list
3.运行以下命令以注销 Docker 相关的分发:
wsl --unregister <distro_name