Sir i have a question, i want to make each container listen on a port,as example like this",podman pod create --name test -p 54321:5432 -p 8081:8080" but then how to make each container of the 2 run on that port and additonially the container should listen to the other container .postgres and openjdk.
Sir i have a question, i want to make each container listen on a port,as example like this",podman pod create --name test -p 54321:5432 -p 8081:8080" but then how to make each container of the 2 run on that port and additonially the container should listen to the other container .postgres and openjdk.