Docker坑

作者: 绿草先森 | 来源:发表于2019-05-07 16:35 被阅读0次

    1.

    window10  

    docker ps

    报错:error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/version: open //./pipe/docker_engine: The system cannot find the file specified. 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.

    解决方法:

    cd "C:\Program Files\Docker\Docker"

    ./DockerCli.exe -SwitchDaemon

    In Powershell elevated access solved my issue.

    相关文章

      网友评论

          本文标题:Docker坑

          本文链接:https://www.haomeiwen.com/subject/lkkyoqtx.html