quadlet: Add support for Network=...

This just gets translated to --network=...

Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
Alexander Larsson
2022-10-20 12:51:27 +02:00
parent 721922fa7e
commit 8716de2ac3
4 changed files with 19 additions and 0 deletions

View File

@ -234,6 +234,12 @@ created by using a `$name.volume` quadlet file.
This key can be listed multiple times.
#### `Network=`
Specify a custom network for the container. This has the same format as the `--network` option
to `podman run`. For example, use `host` to use the host network in the container, or `none` to
not set up networking in the container.
#### `ExposeHostPort=`
Exposes a port, or a range of ports (e.g. `50-59`), from the host to the container. Equivalent