Podfox: First Container-Aware Browser
val.packett.cool
Podfox: First Container-Aware Browser
1–10 of 19 posts
Re: Podfox: First Container-Aware Browser
#2Re: Podfox: First Container-Aware Browser
#3You can actually use Traefik to do something similar using its Docker service discovery. Instead of being a SOCKS proxy, Traefik is a reverse proxy, and you can combine with `lvh.me` which resolves all subdomains to localhost. I don't use this technique any more, but a functional example command can be seen here: https://github.com/CGamesPlay/dotfiles/blob/c49e2b4ddd0fe591...
Re: Podfox: First Container-Aware Browser
#4Unfortunately page is completely blank (iOS Safari)
Re: Podfox: First Container-Aware Browser
#5Unfortunately page is completely blank (iOS Safari)
Re: Podfox: First Container-Aware Browser
#6Re: Podfox: First Container-Aware Browser
#7Re: Podfox: First Container-Aware Browser
#8Re: Podfox: First Container-Aware Browser
#9With regular docker or podman it was always easy and useful to forward a containers port over ssh. Does anyone know how to just as easily do that (i.e. with a single command) for rootless podman?
Re: Podfox: First Container-Aware Browser
#10With regular docker or podman it was always easy and useful to forward a containers port over ssh. Does anyone know how to just as easily do that (i.e. with a single command) for rootless podman?
With or without binding a host port? With a host port it should Just Work, without... I'm not sure why it wouldn't route just as well, actually; I don't think `ssh -L` acts differently than anything else, does it? Actually let me back up: What are you doing, and what does it currently do with podman?