mirror of
https://github.com/containers/podman.git
synced 2025-06-18 07:28:57 +08:00

we need to allow users to expose ports to the host for the purposes of networking, like a webserver. the port exposure must be done at the time the pod is created. strictly speaking, the port exposure occurs on the infra container. Signed-off-by: baude <bbaude@redhat.com>