Error response from daemon: open \.\pipe\docker_engine_windows: The system cannot find the file specified.
这个错误的意思是 daemon的错误响应,系统找不到指定的文件。
解决方法
进入Docker的安装路径(默认安装路径是:C:\Program Files\Docker\Docker>)运行下面命令
.\DockerCli.exe -SwitchDaemon
还有一种错误是:Error response from daemon: open \\.\pipe\docker_engine_linux: The system cannot find the file specified.
解决方法也是一样的。