mirror of
https://github.com/containers/podman.git
synced 2025-06-03 03:07:56 +08:00

In Podman v1.9, we printed port mappings for the container, even if it shared its network namespace (and thus ports) with another container. We regressed on this in Podman v2.0, which is fixed here. Signed-off-by: Matthew Heon <matthew.heon@pm.me>