最近新入手了一台HUAWEI的本子,在安装DAOCKER配置的时候报这个错误,提示要升级“wsl”,网上看了下资料,跟着升级了一下这个东西
D:\devops>docker pull nginx:latest
error during connect: this error may indicate that the docker daemon is not running: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=nginx&tag=latest": open //./pipe/docker_engine: The system cannot find the file specified.
wsl 版本过老,执行以下命令进行更新版本。
wsl --update
D:\devops>wsl --update
正在安装: 适用于 Linux 的 Windows 子系统
已安装 适用于 Linux 的 Windows 子系统。
还没有人发表评论