On 9/1/21 9:38 AM, Daniel Walsh wrote:
You need to run podman run --publish-all (-P) in order to publish
ports
defined within a container image.
Arghh -P that's the one.
Since these ports are potentially exposed to the internet, this does
not
happen automatically. BTW You will still need to open the firewall
rules, to allow access to the ports from external sites.
I see. It makes total sense. As always, thanks Dan!