docker cannot start on windows

后端 未结 30 2576
北海茫月
北海茫月 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 09:56

    I too faced error which says

    "Access is denied. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running."
    

    Resolved this by running "powershell" in administrator mode.

提交回复
热议问题