A Gitlab-multi-runner running inside Docker In Docker container.
340
This image run a gitlab-multi-runner instance inside a Docker in Docker. When a build is triggered from Gitlab, the build context is separate from real Docker host. This prevents unwanted operations on Docker host like remove containers.
This image need to run with privileged.
docker-compose.yml:$ wget https://raw.githubusercontent.com/SushiFu/gitlab-dind-runner/master/docker-compose.yml
$ docker-compose up -d
$ docker exec -it <CONTAINER_NAME> gitlab-runner register
MIT
Content type
Image
Digest
Size
71.6 MB
Last updated
over 9 years ago
docker pull sushifu/gitlab-dind-runner