一、报错:
[rootlocalhost ~]# systemctl restart docker
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.二、原因…
一、安装gitlab-runner 1.可以是linux也可以是docker的 2.本文说的是docker安装部署的。
二、直接上.gitlab-ci.yml
stages: # List of stages for jobs, and their order of execution
- build-image
build-image-job:
stage: build-image
image: harbor.com:543/docke…