mirror of
https://github.com/containers/podman.git
synced 2025-10-23 22:44:39 +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>