Skip to content

golendo/gitlab-shell-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

gitlab shell runner for docker swarm deployments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages