Error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/containers/create:

System info:
Windows 10 pro 64 bit

docker --version
Docker version 18.06.1-ce, build e68fc7a

When i was trying to pull basic image from docker the following error is coming

"Warning: failed to get default registry endpoint from daemon (error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/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.). Using system default: https://index.docker.io/v1/
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/images/create?fromImage=hello-world&tag=latest: 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."

Hi

I have same error do you have found solutions ?
Regards

When I have seen this kind of error its because the docker daemon was not running. Check to see if your dockerd or docker desktop is up and running.

Hi
On docker toolbox there is an Daemon ? which name is this daemon ? I d’ont found it on windows10 services ?
Regards