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>
This commit is contained in:
Daniel J Walsh
2023-12-15 14:39:45 -05:00
parent 07834ab39e
commit f169fc76af
3 changed files with 26 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
## 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