为了账号安全,请及时绑定邮箱和手机立即绑定

Windows Server 2016 安装 Docker 的问题

Windows Server 2016 安装 Docker 的问题

潇潇雨雨 2018-08-14 13:14:11
在 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


查看完整回答
反对 回复 2018-08-28
  • 1 回答
  • 0 关注
  • 1527 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信