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

This fixes two problems, first if a port is published and exposed it should not be shown twice. It is enough to show the published one. Second, if there is a huge range the ports were no grouped causing the output to be unreadable basically. Now we group exposed ports like we do with the normal published ports. Fixes #23317 Signed-off-by: Paul Holzinger <pholzing@redhat.com>