摘一个scoop安装的docker遇到的启动问题
The pipe access that the error message mentions is a (probably unrelated) issue when docker client is run by non-admin users (see here). I think the most likely explanation is that the docker service has failed to start. When you ran dockerd you were actually starting an instance of the daemon - and the line API listen on //./pipe/docker_engine means that the system service hadn’t started previously - as the instance you started could create the pipe. ...