Answers for "This error may indicate that the docker daemon is not running.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create?name=zeppelin": open //./pipe/docker_engine: The system cannot find the file specified. See 'docker run --help'."

1

docker: error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create": open //./pipe/docker_engine:

cd "C:Program FilesDockerDocker"
./DockerCli.exe -SwitchDaemon

// in Powershell elevated access solved my issue
Posted by: Guest on May-20-2021
-1

this error may indicate that the docker daemon is not running

Open powershell as admin and use : & 'C:Program FilesDockerDockerDockerCli.exe' -SwitchDaemon
Posted by: Guest on May-23-2021

Code answers related to "This error may indicate that the docker daemon is not running.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create?name=zeppelin": open //./pipe/docker_engine: The system cannot find the file specified. See 'docker run --help'."

Browse Popular Code Answers by Language