Docker-gitlab: Gitlab CI guidance - Create a runner.

Created on 4 Jun 2016  路  4Comments  路  Source: sameersbn/docker-gitlab

Hello,

I understood that gitlab-ci is merge with gitlab-ce.

How to create a runner inside the gitlab container ?

I'm not able to login in ssh in the box :(

This build is stuck, because the project doesn't have any runners online assigned to it. 
Go to Runners page

Most helpful comment

@azman0101 A runner is not started inside the gitlab container.
You should use gitlab-ci-multi-runner to setup the runner. sameersbn/gitlab-ci-multi-runner image packages gitlab-ci-multi-runner (you may find the project readme useful).

Please see http://docs.gitlab.com/ce/ci/runners/README.html for additional details.

All 4 comments

@azman0101 A runner is not started inside the gitlab container.
You should use gitlab-ci-multi-runner to setup the runner. sameersbn/gitlab-ci-multi-runner image packages gitlab-ci-multi-runner (you may find the project readme useful).

Please see http://docs.gitlab.com/ce/ci/runners/README.html for additional details.

I've read docs in ci and gitlab and can't see right way. I need token and url for ci registration in gitlab. But how I can specify it on parallel start gitlab and ci? I have not found PARAMS in docs.

@khusnetdinov CI is intregated in GitLab. You need to setup your .gitlab-ci.yml for a project and register a runner before. How you can register a runner is explained in the documenation at https://docs.gitlab.com/ce/ci/runners/README.html

@solidnerd Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

WeiLiPenguin picture WeiLiPenguin  路  4Comments

chenjie4255 picture chenjie4255  路  3Comments

schmunk42 picture schmunk42  路  5Comments

laoshancun picture laoshancun  路  5Comments

martinspaeth picture martinspaeth  路  3Comments