How do we start the daemon?

前端 未结 4 1374
灰色年华
灰色年华 2021-02-19 13:58

Running docker info from an elevated PowerShell prompt shows this error:

error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.2

4条回答
  •  渐次进展
    2021-02-19 14:39

    If you're using Docker for Windows, Then simply start the desktop app installed in C:\Program Files\Docker\Docker\Docker Desktop.exe

    You can also stop Docker for Windows and run just the Docker daemon dockerd.exe. That'll only let you run Docker Windows Containers. dockerd.exe is in the program files directory.

提交回复
热议问题