Comment on Podman: Issues with multiple users running containers simultaneously
rhymepurple@lemmy.ml 6 days agoThis would require the main proxy running as root or with some other sort of elevated privileges to allow cross-user network access though, right? If so, wouldn’t that essentially make the user-specific reverse proxy unnecessary in most cases?
Overspark@piefed.social 6 days ago
It can be run as root, but it doesn’t have to, as it is only accessing the host network, not any user-specific network. Crossing the boundaries from host network to user-specific networks is left to the reverse proxies running as those specific users.
Port 80 can normally only be bound as root, but you can work around that with either firewall rules or by using something like this in your sysctl config: