Simple way to run a github actions self hosted runner in a container
2.1K
https://github.com/julman99/github-self-hosted-runner
docker run -it --rm \
-e TOKEN=<your-runner-token> \
-e REPO_URL=<your-repo-url> \
-e NAME=<your-runner-name> \
-e RUNNER_GROUP=<your-runner-group-optional> \
-v <local-path>=/actions-runner \
julman99/github-self-hosted-runner
Content type
Image
Digest
sha256:d475cd800…
Size
287.2 MB
Last updated
about 2 years ago
docker pull julman99/github-self-hosted-runner