mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-02-08 04:26:39 -05:00
admin: actions: container.options allows --hostname
This commit is contained in:
parent
eed9fec135
commit
2f41cede51
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,7 @@ A string of the following additional options, as documented [docker run](https:/
|
|||
|
||||
- `--volume`
|
||||
- `--tmpfs`
|
||||
- `--hostname` (except for Forgejo runner 6.0.x and 6.1.x)
|
||||
|
||||
> **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.
|
||||
|
||||
|
@ -887,6 +888,7 @@ A string of the following additional options, as documented [docker run](https:/
|
|||
|
||||
- `--volume`
|
||||
- `--tmpfs`
|
||||
- `--hostname` (except for Forgejo runner 6.0.x and 6.1.x)
|
||||
|
||||
> **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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue