https://github.com/skilld-labs/gitlab-runner
Alpine linux based https://gitlab.com/gitlab-org/gitlab-ci-multi-runner
https://github.com/skilld-labs/gitlab-runner
Last synced: 3 months ago
JSON representation
Alpine linux based https://gitlab.com/gitlab-org/gitlab-ci-multi-runner
- Host: GitHub
- URL: https://github.com/skilld-labs/gitlab-runner
- Owner: skilld-labs
- Created: 2016-09-24T12:49:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T13:37:39.000Z (over 8 years ago)
- Last Synced: 2025-03-13T07:02:26.327Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://microbadger.com/images/skilldlabs/gitlab-runner-alpine "Get your own image badge on microbadger.com")
Register runner
`./run.sh`
`docker exec -it gitlab-runner register`
Debug runner
```
docker run -d \
--name gitlab-runner \
--restart always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd)/config:/etc/gitlab-runner \
skilldlabs/gitlab-runner:v1.6.0 \
--debug run --user=gitlab-runner --working-directory=/home/gitlab-runner
```