I'm receiving the following error in docker on windows 10 laptop. I've try to reinstall and restart but nothing helps.
The docker service is running OK but what i understand that i have a problem with the docker daemon (from what i read) 
The whole issue started when i run the 2 commands:
net stop com.docker.service net start com.docker.service from there on i keep getting the error below and cannot solve it.
C:\Users\xxxx>docker images error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.30/images/json: 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.
anyone succeed to solve it?