mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
quadlet: Add support for Network=...
This just gets translated to --network=... Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user