解决Docker Desktop启动异常 Docker Desktop- WSL distro terminated abruptly

异常

当打开Docker Desktop时候,启动docker引擎时,提示
解决Docker Desktop启动异常 Docker Desktop- WSL distro terminated abruptly_第1张图片
加粗样式文本信息

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,eureka,容器,docker,desktop)