spiegel_podman/test/e2e/quadlet/network.pod
Daniel J Walsh f169fc76af
Allow PublishPorts to be used with [Pod] entry
Fixed: https://github.com/containers/podman/issues/21035

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-12-17 06:25:36 -05:00

6 lines
143 B
Text

## assert-podman-pre-args "--network=host"
## assert-podman-pre-args --publish 127.0.0.1:80:90
[Pod]
Network=host
PublishPort=127.0.0.1:80:90