admin管理员组

文章数量:1550655

报错问题

error during connect: This error may indicate that the docker daemon is not running.
: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json
: open //./pipe/docker_engine: The system cannot find the file specified.

解决:

We can do this in order to switch Docker daemon:

With Powershell:
Open Powershell as administrator
Launch command: & 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchDaemon
OR, with cmd:
Open cmd as administrator
Launch command: "C:\Program Files\Docker\Docker\DockerCli.exe" -SwitchDaemon

参考

error during connect: This error may indicate that the docker daemon is not running. docker_engine: The system cannot find the file specified.

本文标签: ErrorwinDockerrunninDaemon