In the default daemon configuration on Windows, the docker client must be run elevated to connect.
刚装的win10启动window-desktop报错:C:\Program Files\Docker\Docker\Resources\bin\docker.exe: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.39/containers/create: open //./pipe/docker_eng..
·
刚装的win10启动window-desktop报错:
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.39/containers/create: 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.
解决方法:
cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon
更多推荐
已为社区贡献1条内容
所有评论(0)