We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
Gitlab CI 뭔가 평이 별로 안좋던데 Drone CI같이 다른녀석들을 써도 괜찮지 않을까 생각해봅니다
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: