quadlet: Support multiple Network=

This is supported by podman run with --network, so makes sense.

Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
Alexander Larsson
2022-10-20 13:19:55 +02:00
parent 8716de2ac3
commit b07ba24419
2 changed files with 7 additions and 3 deletions

View File

@ -240,6 +240,8 @@ Specify a custom network for the container. This has the same format as the `--n
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.
This key can be listed multiple times.
#### `ExposeHostPort=`
Exposes a port, or a range of ports (e.g. `50-59`), from the host to the container. Equivalent