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

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

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
```