I have window 10 pro and try to install docker. I already see docker daemon is running. Right bottom corner I can see the Docker tray show running status. But when I type ‘docker images’ in command screen and I get the error
docker: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.32/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.
See ‘docker run --help’.
What else is wrong?
Paul