This commit is contained in:
David Holdeman 2023-02-06 21:22:44 -06:00
parent 5deeeeef3c
commit 208e8a1318
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ To run, first build the image with:
Then run the newly built image.
```bash
docker run --detach \
docker run --detach --privileged \
-e RUNNER_NAME=test-runner2 \
-e RUNNER_LABELS=ubuntu-latest \
-e GITHUB_ACCESS_TOKEN=<Personal Access Token> \