美文网首页
bug:the docker client must be ru

bug:the docker client must be ru

作者: CXY_XZL | 来源:发表于2022-03-31 13:44 被阅读0次

    1.问题描述

    一段时间不用docker,今天启动docker时发现报错了,报错主要信息如下:

    error during connect: This error may indicate that the docker daemon is not running.: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/version: open //./pipe/docker_engine: The system cannot find the file specified.
    

    解决方法如下:
    powershell或者cmd中执行,切换dockerdaemon状态:

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

    然后另开一个窗口执行命令:

    docker images
    

    相关文章

      网友评论

          本文标题:bug:the docker client must be ru

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