Executing docker version returns the following results.
C:\\Projects> docker version
Client:
Version: 1.13.0-dev
API version: 1.25
G
If you have installed docker on Windows 10 Pro with Hyper-V enabled and you are still not able to run Docker on Windows 10, then, as the error suggests, your docker daemon is not started.
The following steps helped me to start docker successfully:
Use command on cmd(Admin mode)
docker-machine restart default
Then you'll get a message something like:
open
C:\User\\{User_name}\\.docker\machine\machines\default\config.json:
The system cannot find the file specified.
Go to the docker icon which will be on your windows tray (bottom right corner of the desktop)
Right click on the docker icon > Settings > Reset > Restart Docker
It will take few moments
Then you'll see the following message:
Docker is running with the green indicator
Note: If you already had Docker containers running on your system, then don't follow these steps. You may lose the existing containers.