Please try shutting WSL down (wsl --shutdown) and/or rebooting your computer. If not sufficient, WSL may need to be reinstalled fully. As a last resort, try to uninstall/reinstall Docker Desktop. If the issue persists please collect diagnostics and s
docker必须部署在linux内核的系统上,所以如果windows想安装,需要先安装一个linux虚拟机,然后再在虚拟机中运行,而wsl中安装Ubuntu就相当于安装了虚拟机,wsl没有linux环境就不能正确使用docker
解决方式:以管理员身份打开PowerShell运行以下命令
netsh winsock reset
重启docker就可以了,如果不可以的话就重启电脑
版权归原作者 爱撸铁的程序员956 所有, 如有侵权,请联系我们删除。