Tbo, I’ve got a pi that runs only the reverse proxy and it works and I don’t touch it until it breaks
Comment on Why docker
Molecular0079@lemmy.world 1 year agoOut of curiosity, what reverse proxy docker do you use that can run rootless in podman? My main issue, and feel free to correct me if I am wrong, is that most of them require root. And then its not possible to easily connect those containers into the same network as your rootless containers so then your other containers have to be root anyways. I don’t really want my other containers to be host accessible, I want them to be only accessible from within the podman network that the reverse proxy has access to.
And then there’s issues where you have to enable lingering processes for normal users and also let it access ports < 1024, makes using docker-compose a pain, etc. I haven’t really found a good solution for rootless, but I really want to eventually move that way.
beta_tester@lemmy.ml 1 year ago
vzq@lemmy.blahaj.zone 1 year ago
www.reddit.com/r/…/rootless_reverse_proxy/