Sign inSign up

sumolari/gitlab-runner-dood

By sumolari

Updated about 6 years ago

Docker image with Gitlab-runner installed and ready to use host's Docker service to run containers.

Image
0

422

sumolari/gitlab-runner-dood repository overview

gitlab-runner-dood

Docker image with Gitlab-runner installed and ready to use host's Docker service to run containers.

Useful to run containers started from a Gitlab pipeline in host machine.

Usage example

docker run -d \
  --name gitlab-runner \
  --restart always \
  -v /gitlab-runner/config:/etc/gitlab-runner \
  -v /var/run/docker.sock:/var/run/docker.sock \
  sumolari/gitlab-runner-dood:latest

Tag summary

Content type

Image

Digest

Size

205.4 MB

Last updated

about 6 years ago

docker pull sumolari/gitlab-runner-dood