mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-01 17:38:36 +00:00
fix: example uses code.forgejo.org/oci
Otherwise it may get rate limited in the CI verifying it works
This commit is contained in:
parent
48e0db5ddb
commit
564134560b
5 changed files with 14 additions and 13 deletions
|
@ -6,7 +6,7 @@ The following assumes:
|
|||
* a `runner-config.yml` file exists in /tmp/data
|
||||
|
||||
```sh
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:5.0.4 forgejo-runner --config runner-config.yaml daemon
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:6.0.1 forgejo-runner --config runner-config.yaml daemon
|
||||
```
|
||||
|
||||
The workflows will run using the host docker srever
|
||||
The workflows will run using the host docker server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue