zoukankan      html  css  js  c++  java
  • Docker 报错 error during connect: Get pipe/docker_engine: The system cannot find the file specified.

    error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.37/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.

    解决办法:

    docker-machine env default

    或者是

    docker-machine env default | Invoke-Expression

    参考资料:

    1、Windows Docker daemon not started after machine restart 
    https://github.com/moby/moby/issues/30239

    以上是Docker 报错 error during connect: Get pipe/docker_engine: The system cannot find the file specified.的全部内容,在云栖社区的博客、问答、公众号、人物、课程等栏目也有Docker 报错 error during connect: Get pipe/docker_engine: The system cannot find the file specified.的相关内容,欢迎继续使用右上角搜索按钮进行搜索docker ,以便于您获取更多的相关知识。

  • 相关阅读:
    English Dictionary site for ODE and OALD
    vmic environment
    makefile
    the diference between include and import
    windows 工具命令 cmd
    python namespace
    shell cmd args
    ROE, ROC
    IP
    链接及常用软件
  • 原文地址:https://www.cnblogs.com/taomylife/p/10168709.html
Copyright © 2011-2022 走看看