docker deamon和Docker for Windors服务有什么区别?

由于Windows不是基于Unix的操作系统,我认为没有像deamon这样的概念,而是有Windows服务。

最近,在Windows上使用Docker时遇到问题,我正在尝试进行故障排除。 我已经为这个问题开了一张票: docker问题

看来Docker for Windows服务正常运行。 在这里输入图像说明

但是,当我运行docker deamon时,我收到一条错误消息。

> 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 

我认为Windows服务是wondows中的deamons的概念,docker服务正在运行,docker deamon应该做出响应。

我的假设是否正确? docker deamon和docker服务是否有区别?