spiegel_podman/cmd/podman/containers
Paul Holzinger 0cdb9b3b22
ps: fix display of exposed ports
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>
2024-10-23 15:03:30 +02:00
..
attach.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
checkpoint.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
cleanup.go cleanup: add new --stopped-only option 2024-08-27 15:01:23 +02:00
clone.go add --retry --retry-delay to podman run/create 2024-02-29 10:20:21 -05:00
commit.go set !remote build tags where needed 2024-08-19 11:41:28 +02:00
container.go Remove containers/common/pkg/config from pkg/util 2024-09-06 07:45:04 -04:00
cp.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
create.go update golangci-lint to 1.60.1 2024-08-19 11:41:28 +02:00
diff.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
exec.go command is not optional to podman exec 2024-08-21 08:45:50 -04:00
exists.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
export.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
init.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
inspect.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
kill.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
list.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
logs.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
mount.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
pause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
port.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
prune.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
ps.go ps: fix display of exposed ports 2024-10-23 15:03:30 +02:00
ps_test.go ps: fix display of exposed ports 2024-10-23 15:03:30 +02:00
rename.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
restart.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
restore.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
rm.go rm --force work for more than one arg 2024-04-04 17:47:28 +02:00
run.go run: fix detach passthrough and --rmi 2024-08-27 12:11:32 +02:00
runlabel.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
start.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
stats.go utils: drop conversion float->string->float 2024-03-18 23:06:06 +01:00
stop.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
top.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
unmount.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
unpause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
update.go Add support for updating restart policy 2024-04-17 08:23:51 -04:00
wait.go Bump Go module to v5 2024-02-08 09:35:39 -05:00