【发布时间】:2018-04-27 19:34:24
【问题描述】:
我通过chocolatey install docker-toolbox 安装了 Dock。安装后,docker info 不起作用。
C:\Users\Chloe>docker info
error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.37/info: 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.
C:\Users\Chloe>docker --version
Docker version 18.03.0-ce, build 0520e24302
https://docs.docker.com/get-started/#test-docker-version
我确实从管理员外壳运行它。
Windows 8.1。
【问题讨论】:
-
Docker for Windows 会是更好的选择。
-
@KitHsu 这需要 Windows 10。
标签: windows docker chocolatey docker-toolbox