Docker 错误:准备失败:来自守护程序的错误响应:在此服务器上找不到请求的URL/v1.25/info

Docker 错误:准备失败:来自守护程序的错误响应:在此服务器上找不到请求的URL/v1.25/info,docker,gitlab-ci,Docker,Gitlab Ci,我正在尝试在windows 10 PC上设置gitlab CI 我为gitlab创建了一个docker容器,为runner创建了另一个容器。在我执行管道之前,一切似乎都正常 在这些实验之后 我已尝试按照以下帖子配置我的跑步者: 我测试了: [[runners]] name = "Runner des tests unitaires" url = "http://11.22.33.44:4480/" token = "my_secret_token" executor = "do

我正在尝试在windows 10 PC上设置gitlab CI

我为gitlab创建了一个docker容器,为runner创建了另一个容器。在我执行管道之前,一切似乎都正常

在这些实验之后

我已尝试按照以下帖子配置我的跑步者:

我测试了:

[[runners]]
  name = "Runner des tests unitaires"
  url = "http://11.22.33.44:4480/"
  token = "my_secret_token"
  executor = "docker"
  [runners.docker]
    host = "tcp://docker.for.win.localhost"
...

我相应地更改了我的.gitlab-ci.yml:

variables:
    HELLO: World
    DOCKER_HOST: tcp://docker.for.win.localhost

test:
    script:
        - echo $HELLO
但是我在执行管道时仍然有一个错误:

ERROR: Job failed (system failure): Error response from daemon: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /v1.25/info was not found on this server.</p>
</body></html> (executor_docker.go:980:0s)
ERROR: Job failed (system failure): Error response from daemon: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /v1.25/info was not found on this server.</p>
</body></html> (executor_docker.go:980:0s)
Docker Desktop Community edition 2.0.0.3 (Engine 18.09.2)
GitLab Community Edition 12.5.2
Gitlab Runner 12.5.0
Windows 10.0.17763