-
部署gitlab-runner
- Create the Docker volume
-
docker volume create gitlab-runner-config
- Start the GitLab Runner container using the volume we just created
-
docker run -d --name gitlab-runner --restart always -v /var/run/docker.sock:/var/run/docker.sock -v gitlab-runner-config:/etc/gitlab-runner gitlab/gitlab-runner:latest
- 参考:https://docs.gitlab.com/runner/install/docker.html
相关文章
- 11-27Jenkins+maven+gitlab+shell实现项目自动化部署
- 11-27云计算_CI/CD_devOps_集成_Gitlab-runner
- 11-27spring-boot 2.5.4,nacos 作为配置、服务发现中心,Cloud Native Buildpacks 打包镜像,GitLab CI/CD
- 11-27docker部署gitlab-ce
- 11-27Gitlab+Jenkins Pipeline+Docker+k8s+Helm自动化部署实践(干货!)
- 11-27gitLab服务器搭建+ rundeck自动化部署
- 11-27jenkins部署与CI/CD pipeline
- 11-27jenkins部署与CI/CD pipeline
- 11-27jenkins-gitlab-harbor-ceph基于Kubernetes的CI/CD运用(四)
- 11-27CI/CD笔记-Jenkins与gitlab实现CICD