Docker commands fails (in Windows)

前端 未结 25 2443
-上瘾入骨i
-上瘾入骨i 2020-12-23 02:26

I am trying to use Docker on a windows machine and is hit with every possible issue it seems. My latest one is this: My machine is running but I can\'t seem to interact with

25条回答
  •  既然无缘
    2020-12-23 02:37

    I have had this issue on a Windows 2016 machine. Happened because the docker service wasn't started. In my case the docker service as failing with the following error

    fatal: Error starting daemon: pid file found, ensure docker is not running or delete C:\ProgramData\docker.pid

    Deleting the C:\ProgramData\docker.pid file did the trick.

提交回复
热议问题