Podman gives a mechanism to expose ports with
--expose=portExpose a port, or a range of ports (e.g.--expose=3300-3310) to set up port redirection on the host system.
Is there a mechanism to set this option on a running container?
Podman gives a mechanism to expose ports with
--expose=portExpose a port, or a range of ports (e.g.--expose=3300-3310) to set up port redirection on the host system.
Is there a mechanism to set this option on a running container?
It's not possible to edit the container networking settings during the runtime without stopping it and recreate it with the needed port to expose.
Here is the parameters you can update during the runtime.