0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-21 02:12:15 -05:00

user: link to the runner installation guide

This commit is contained in:
Earl Warren 2025-01-11 07:36:16 +01:00 committed by Earl Warren
parent 3205bd4708
commit 20bf504546

View file

@ -223,7 +223,7 @@ A string of the following additional options, as documented [docker run](https:/
- `--volume`
- `--tmpfs`
> **NOTE:** the `--volume` option is restricted to a allowlist of volumes configured in the runner executing the task. See the [Forgejo Actions administrator guide](../../admin/actions/) for more information.
> **NOTE:** the `--volume` option is restricted to a allowlist of volumes configured in the runner executing the task. See the [Forgejo runner installation guide](../../admin/runner-installation/#configuration) for more information.
### username
@ -875,7 +875,7 @@ container:
Set the volumes for the container to use, as if provided with the `--volume` argument of the `docker run` command.
> **NOTE:** the `--volume` option is restricted to a allowlist of volumes configured in the runner executing the task. See the [Forgejo Actions administrator guide](../../admin/actions/) for more information.
> **NOTE:** the `--volume` option is restricted to a allowlist of volumes configured in the runner executing the task. See the [Forgejo runner installation guide](../../admin/runner-installation/#configuration) for more information.
> **NOTE:** ignored if `jobs.<job_id>.runs-on` is an LXC container.