Executing docker version returns the following results.
docker version
C:\\Projects> docker version Client: Version: 1.13.0-dev API version: 1.25 G
I too faced error which says
"Access is denied. 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."
Resolved this by running "powershell" in administrator mode.