win11 安装docker desktop

今天安装的 win11 启动失败,报错 contest exceed 解决办法如下:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

win11 wsl --upgrade
I got this error on 4.32.0 upgrade and tried some things online with no success. What did work for me:

Try the following:

1. Stop Docker Desktop
2. Run the following command in your terminal wsl --unregister docker-desktop
3. Run Docker Desktop again (Will recreate the distro)

May need to run terminal/Powershell as Administrator. I had to, as I run Docker Desktop as an Administrator. But these steps worked for me

启动成功 image.png

Licensed under CC BY-NC-SA 4.0
最后更新于 Jan 06, 2025 05:52 UTC
comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计
Caret Up