使用跑步者的问题(docker-windows)

时间:2020-04-13 14:27:22

标签: windows docker gitlab gitlab-ci-runner

我对docker有问题。 Gitlab运行程序12.9.0。 Gitlab运行程序-执行程序= Windows-docker。 我的.gitlab-ci.yml:

image: my_image

stages:
  - build

build:
    stage: build
    script:
        - script_fpr_build
    only:
        - master
    tags:
        - windows

有时我的构建在Gitlab中崩溃并出现错误:

ERROR: Job failed (system failure): Cannot connect to the Docker daemon at npipe:////./pipe/docker_engine. Is the docker daemon running? (docker.go:881:120s)

请告诉我,可能是什么原因?

我的公司使用代理和docker的i config代理-工作正常。

我尝试: $ ENV:DOCKER_HOST =“ npipe:////./pipe/docker_engine” 和 净启动com.docker.service

没有任何帮助。 谢谢您的帮助!

0 个答案:

没有答案