最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

win10安装docker 桌面版报错error during connect: This error may indicate that the docker

常识 admin 38浏览 0评论

win10安装docker 桌面版报错error during connect: This error may indicate that the docker

安装docker后,使用docker version查看报error

error during connect: This error may indicate that the docker daemon is not running.: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/version: open //./pipe/docker_engine: The system cannot find the file specified.

1.要检查docker桌面版是否开启,右下角

 2.正常开启的话,然后,进入cmd命令行

 cd "C:\Program Files\Docker\Docker"
DockerCli.exe -SwitchDaemox

二、执行后再用docker version查看版本,再次出现错误

Server:
Error response from daemon: open \.\pipe\docker_engine_linux: The system cannot find the file specified.

 解决办法:使用管理员模式打开cmd ,再执行docker version,成功

net stop com.docker.service.
net start com.docker.service

 

win10安装docker 桌面版报错error during connect: This error may indicate that the docker

安装docker后,使用docker version查看报error

error during connect: This error may indicate that the docker daemon is not running.: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/version: open //./pipe/docker_engine: The system cannot find the file specified.

1.要检查docker桌面版是否开启,右下角

 2.正常开启的话,然后,进入cmd命令行

 cd "C:\Program Files\Docker\Docker"
DockerCli.exe -SwitchDaemox

二、执行后再用docker version查看版本,再次出现错误

Server:
Error response from daemon: open \.\pipe\docker_engine_linux: The system cannot find the file specified.

 解决办法:使用管理员模式打开cmd ,再执行docker version,成功

net stop com.docker.service.
net start com.docker.service

 

发布评论

评论列表 (0)

  1. 暂无评论