An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![](https://images.microbadger.com/badges/image/skilldlabs/gitlab-runner-alpine.svg)](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
```