run docker daemon windows code example
Example 1: Start the Docker daemon
sudo systemctl start docker
sudo service docker start
Example 2: start docker service on windows
net start com.docker.service
net stop com.docker.service
sudo systemctl start docker
sudo service docker start
net start com.docker.service
net stop com.docker.service