Comment on Podman: Issues with multiple users running containers simultaneously

<- View Parent
Overspark@piefed.social ⁨6⁩ ⁨days⁩ ago

You can use the per-user reverse proxies as a bridge between the host network and the user-specific internal network. So for a user coming from outside the path looks like this:

User -> main reverse proxy on main IP and port 80/443 -> user-specific proxy listening on main IP with port 8080 and proxying to user-specific internal network -> destination container listening on user-specific internal network.

And for a container running as a different user the path will be the same, but the user-specific reverse proxy will be listening on port 8081 and higher for example.

original
Sort:hotnewtop