Since Windows is not a Unix based operating system, I thought there is no concept such as deamon and instead there are Windows services.
Lately, I have a problem using Docker on Windows and I am trying to make troubleshooting. I have opend a ticket for the issue: docker issues
It seems Docker for Windows service is working properly.
But, When I run docker deamon, I get an error message.
> dockerd
dockerd : The term 'dockerd' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
ck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ dockerd
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (dockerd:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I assume Windows service is a concept for deamons in wondows, so is docker service is running, docker deamon should respond.
Is my assumption correct? Is ther any difference between docker deamon and docker service for Windows?