Centos7.6 安装应用docker,docker-compose (我的Centos是用Hyper-V跑的分了8G的内存,阿里云2G根本跑不起来gitlab)
为了保证我的Centos环境干净所以我的gitlab与gitlab-runner都是采用docker服务运行,包括后续的runner的工作形式(executor)也是选的docker。
准备工作:
拉去镜像:这步骤耗时挺长的,耐心等待吧(如果这个镜像没有了,你可以去hub.docker.com搜一下对应的镜像)
docker pull gitlab/gitlab-ce:latest docker pull gitlab/gitlab-runner:latest docker pull docker:stable docker pull mcr.microsoft.com/dotnet/core/sdk