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

https://github.com/lupcode/docker-github-runner

GitHub Action Runner image with option to spin up other containers
https://github.com/lupcode/docker-github-runner

Last synced: 3 months ago
JSON representation

GitHub Action Runner image with option to spin up other containers

Awesome Lists containing this project

README

        

1. `docker build -t github-runner .`
2. `docker run -it --privileged --restart=always -v /var/run/docker.sock:/var/run/docker.sock --name github-runner -e url= -e token= -e name= (-e group=) github-runner`

Environment variables that can be set:
- url= URL of repository or organization the runner should be linked to
- token= Token used for registering runner
- name= Name of the runner
- group= Group the runner should be added to

Use `docker attach ` and then `STRG + C` to proparly shutdown container!