Docker image with Gitlab-runner installed and ready to use host's Docker service to run containers.
422
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.
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
Content type
Image
Digest
Size
205.4 MB
Last updated
about 6 years ago
docker pull sumolari/gitlab-runner-dood