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