docker cannot start on windows

后端 未结 30 2623
北海茫月
北海茫月 2020-12-04 09:17

Executing docker version returns the following results.

C:\\Projects> docker version
Client:
 Version:      1.13.0-dev
 API version:  1.25
 G         


        
30条回答
  •  盖世英雄少女心
    2020-12-04 10:00

    The error is related to that part:

    In the default daemon configuration on Windows, the docker client must be run elevated to connect

    You can do this in order to switch Docker daemon:

    1. Open Powershell as administrator
    2. Run following command:

    cd "C:\Program Files\Docker\Docker" ./DockerCli.exe -SwitchDaemon

提交回复
热议问题