我通过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
我确实从管理员shell运行它。
Windows 8.1。
答案 0 :(得分:0)
必须运行开始>节目> Docker> Docker Quickstart Terminal运行了很多命令。然后在我原来的Console2 shell中,我运行了refreshenv
。那么docker info
就行了。 (我已经安装了VirtualBox(choco install virtualbox
)。)