Open simnalamburt opened 5 years ago
https://docs.gitlab.com/omnibus/docker/#deploy-gitlab-in-a-docker-swarm https://docs.gitlab.com/runner/register/index.html#docker https://docs.docker.com/compose/compose-file/#command
If you’re running the Runner in a Docker container, the register command would look like: docker run --rm -t -i -v /path/to/config:/etc/gitlab-runner --name gitlab-runner gitlab/gitlab-runner register \ --non-interactive \ --executor "docker" \ --docker-image alpine:3 \ --url "https://gitlab.com/" \ --registration-token "PROJECT_REGISTRATION_TOKEN" \ --description "docker-runner" \ --tag-list "docker,aws" \ --run-untagged \ --locked="false"
Gitlab CI 뭔가 평이 별로 안좋던데 Drone CI같이 다른녀석들을 써도 괜찮지 않을까 생각해봅니다
https://docs.gitlab.com/omnibus/docker/#deploy-gitlab-in-a-docker-swarm https://docs.gitlab.com/runner/register/index.html#docker https://docs.docker.com/compose/compose-file/#command