Solution for docker under windows:This error may also indicate that the docker daemon is not running.

error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.35/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.

How to Solve this error:

cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon

After the above operation, the problem is solved

 

Similar Posts: