标签:rpm docker安装 conf ash git gitlab inux html 文档
gitlab CI/CD架构:
gitlab CI/CD步骤:
安装Runner:
Linux服务器安装:
?Linux安装文档:https://docs.gitlab.com/runner/install/linux-repository.html
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
yum install gitlab-runner
Docker服务器安装:
?docker安装文档:https://docs.gitlab.com/runner/install/docker.html
docker run -d --name gitlab-runner --restart always -v /srv/gitlab-runner/config:/etc/gitlab-runner -v /var/run/docker.sock:/var/run/docker.sock --add-host=
gitlab.ctnrs.com:192.168.121.132 gitlab/gitlab-runner:latest
注册Runner:
标签:rpm docker安装 conf ash git gitlab inux html 文档
原文地址:https://www.cnblogs.com/jamespeng/p/14737514.html