【发布时间】:2020-11-10 13:54:20
【问题描述】:
我正在按照以下两个网站上提供的有关如何让 Linux 容器为 Windows Server 1709 工作的说明进行操作:https://github.com/linuxkit/lcow、https://gist.github.com/rn/6bfade1ba98e22691cb287cc8c23609b
当我获得所需的 dockerd 命令时,我从 powershell 终端收到以下错误:
open //./pipe/docker_engine: Access is denied.
我四处搜索,壁橱结果返回给我一个 stackoverflow 页面,在这里找到:Docker for Windows 10 //./pipe/docker_engine: access is denied
问题和答案与我的情况无关。有没有人知道为什么会发生这个错误?我以管理员身份运行 Powershell。
【问题讨论】:
标签: windows powershell docker