English 中文(简体)
链接中的错误: Get http://%2F%2F.%2Fire%2Fdocker_engine/v1.38/info
原标题:error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/info
  • 时间:2018-10-23 10:29:08
  •  标签:
  • docker

System info: Windows 10 pro 64 bit

C:WINDOWSsystem32>docker --version

Docker version 18.06.1-ce, build e68fc7a

C:WINDOWSsystem32>docker info

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

C:WINDOWSsystem32>docker pull hello-world

Using default tag: latest

Warning: failed to get default registry endpoint from daemon (error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/info: 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.). Using system default: https://index.docker.io/v1/
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/images/create?fromImage=hello-world&tag=latest: 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.
问题回答

页: 1 壳牌是行政。

执行这一守则:

cd "C:Program FilesDockerDocker"
./DockerCli.exe -SwitchDaemon

Running Powershell with elevated access solved my issue.

通常,这一错误是指为码头服务的Docker daemon没有上下台。

  • 确实,码头的运行方式是,在电梯的电壳上向下台。

    视器的回复将刊印在奥索尔。

Else start the docker by double clicking the docker app from start menu. Below is the snapshot of graphically up and running docker daemon.

“enterography

关于Windows,请上%homepath%.docker,开放daemon.json <>code>,如果debug,则改为true。 然后将其定为<代码>false

我的错误与问题相同,在我改变上述错误之后,我再次为我工作。 在我发现错误之后,我一直在研究各种cker,并决定设置<条码>debug至<条码>false。 因为我不需要为我做的事情做任何 da。 我不知道为什么会确定是最初的。

I had faced the same error, the following worked for me:

In the windows taskbar, the docker icon was red in color saying Out of Memory...
In the Docker Desktop App, goto

Settings -> Resources -> Disk Image Size -> reduction thespace granted -> Apply & Restart

就我而言,尽管我有cker手作为行政工作,而且这项服务被显示为运作,但并没有。

开放台式 app,点击故障发射icon。 如果该服务有效运行(底层左下)。 如果没有,则试图清理/提纯数据,然后重新开始服务。 它为我工作!

“entergraph

通过以下方式加以验证:

窗口Windows:

发射指挥部:“C:Program 文件——DockerDockerCli.exe”

这一错误是由于当地机器安装的组织网络证明。 一些公司通过安装证书限制网络。

我的机器和我开始服务时,我们的这一错误已经解决。

在我今天第一次使用cker的时候,情况确实如此。 我通过在《常设仲裁法》中打开cker子并签署和选择必要的订阅计划而确定。

Open docker with docker <homepath>. 简单地提升 do,然后管理这一指挥

docker-compose up -d

您将能够解决具体的道路错误。

docker.errors.DockerException: Error while fetching server API version: (2, CreateFile , The system cannot find the file specified. ) [14620] Failed to execute script docker-compose

采用上述方法解决了错误。

I have met this problem. To solve it, you just open Docker Dekstop and let it run normally. Then you run again your command PS: I think you shouldn t use Command Prompt as Administrator. You should use normal Command Prompt direct to your D: or G: (as long as it isn t C:) and run your command

Try opening Docker Desktop with admin privileges. In the settings check the option: "Start Docker Desktop when you log in" Keep the desktop app open during use

开放式cker器 app器;环境与特;多克发动机;“de”:真实

debug was false initially, after changing it to "true" it worked.

感谢。





相关问题
Unable to connect to docker container inside windows server

As title. I am developing a system with many docker images with ASP.Net MVC core projects. I am publishing these docker images into a docker engine installed on Windows Server OS, and I found that I ...

Only can see postgreSQL as an admin

After installed Wsl and Docker, can t access PSQL and other things. I was studying Docker, and installed the latest version. So far so good, I received an error about the WSL version, saw some ...

make docker-compose block until healthy without `depends_on`

I am working with a team that uses docker-compose to start a set of helper services, but does not use docker when the code is being developed. Here, docker-compose is just a convenient way to run the ...

change grafana port using docker host network

I am trying to spin up a grafana container in docker, however my setup in docker does not allow ipv4 forwarding and thus I cannot use the default bridge network in docker. All I can use is the host ...

Pip instalation for Python 3.11 in docker

I have Dockerfile to build image for Django project that uses Python 3.11 and runs in poetry environment (see content below). Problem is when I try to donwload get-pip.py file and run it using Python, ...

在 Dockerfile 中运行 composer install

我正在尝试将我的Laravel应用程序进行Docker化。 该应用程序已经构建并在Git中,但我将vendor文件夹添加到了.gitignore中。 我添加了一个Dockerfile,看起来像这样: FROM php:7.1-fpm-alpine RUN apk update ...

热门标签