Skip to content

quick and easy `gitlab-runner` via docker on macOS (and probably other platforms)

Notifications You must be signed in to change notification settings

knksmith57/macos-dockerized-gitlab-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

macOS dockerized gitlab-runner

quickstart

$ git clone https://github.com/knksmith57/macos-dockerized-gitlab-runner.git macos-dockerized-gitlab-runner \
    && cd $_

$ docker-compose run gitlab-runner register \
  --non-interactive \
  --executor 'docker' \
  --docker-image alpine:latest \
  --url '<gitlab URL here>' \
  --registration-token '<registration token here>' \
  --description '<description of runner>' \
  --tag-list 'docker' \
  --run-untagged \
  --locked='false'

$ docker-compose up -d

references

About

quick and easy `gitlab-runner` via docker on macOS (and probably other platforms)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published