marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
711 stars 14 forks source link

Containers showing wrong published port #771

Closed bellegarde-c closed 7 months ago

bellegarde-c commented 7 months ago

When creating a pod with

podman pod create --name phpmyadmin --publish 9999:80 --publish 3306:3306

and then two containers linked to this pod, wrong port is shown for phpmyadmin (should be 9999)

image

bellegarde-c commented 7 months ago

Looking at Podman Desktop, seems that it's not possible to guess what container is using what port.

Maybe in this case moving port mapping inside pod row ?

Here Podman Desktop, with a broken design IMO: image