在 Windows Server 2016 上安装 Docker for Windows 之后,运行 docker ps 命令出现下面的的错误提示:error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.35/containers/json: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.请问如何解决这个问题
1 回答
慕工程0101907
TA贡献1887条经验 获得超5个赞
使用下面的 PowerShell 命令安装
Install-Module DockerProvider -Force Install-Package Docker -ProviderName DockerProvider -Force Restart-Computer -Force
- 1 回答
- 0 关注
- 1527 浏览
添加回答
举报
0/150
提交
取消