https://github.com/rajyraman/docker-github-self-hosted-runner
Run GitHub Runner inside Windows Core Docker Container
https://github.com/rajyraman/docker-github-self-hosted-runner
docker github-runner
Last synced: 5 months ago
JSON representation
Run GitHub Runner inside Windows Core Docker Container
- Host: GitHub
- URL: https://github.com/rajyraman/docker-github-self-hosted-runner
- Owner: rajyraman
- License: mit
- Created: 2020-10-20T00:10:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-19T22:50:13.000Z (about 5 years ago)
- Last Synced: 2025-03-26T20:21:52.476Z (9 months ago)
- Topics: docker, github-runner
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-github-self-hosted-runner
## Build
```
docker build -t "githubrunner:latest" .
```
## Run
```
docker run -it --name "githubrunner" -v "$pwd\actions-runner:c:\actions-runner:rw" --rm --env-file "actions.env" githubrunner:latest
```
## Compose
```
docker-compose up
```