A Dockerized GitLab Runner that automatically registers with the GitLab CI Server (AUTO Updated)
10K+
A Dockerized GitLab Runner that automatically registers with the GitLab CI Server
This version of GitLab Runner requires
The Docker image can be run directly from Docker Hub
docker run --detached \
--name=gitlab-runner
--restart=always \
--environment REGISTRATION_TOKEN=XXXXXXXXXX \
--environment CI_SERVER_URL=http://gitlab.mydomain.com \
--environment RUNNER_EXECUTOR=shell \
--environment RUNNER_SHELL=bash \
--volume=/etc/gitlab-runner:/etc/gitlab-runner
Please see LICENSE
This GitLab Runner was derived from GitLab's Runner container.
Sean Gillespie
Content type
Image
Digest
Size
22.2 MB
Last updated
about 7 years ago
docker pull claudyus/docker-gitlab-runner