Sign inSign up

golendo/gitlab-shell-runner

By golendo

Updated over 9 years ago

gitlab shell runner for docker swarm deployments

Image
0

1.4K

golendo/gitlab-shell-runner repository overview

gitlab-shell-runner

Here's how to use this runner as a docker swarm service:

docker service create \
--constraint 'node.role == manager' \
--name gitlab-shell-runner \
--mount type=bind,source=/var/run/docker.sock,destination=/var/run/docker.sock \
golendo/gitlab-shell-runner:latest http://git.example.org YourGitlabToken

You can also use all gitlab-runner environment variables like RUNNER_NAME or RUNNER_TAG_LIST.

By running the gitlab-runner on the manager nodes, we can easily manage our swarm. So it's easy to create images and update services.

Tag summary

Content type

Image

Digest

Size

227.5 MB

Last updated

over 9 years ago

docker pull golendo/gitlab-shell-runner