mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user