On 2/3/23 16:33, Mehdi Haghgoo via Podman wrote:
Hello,
I need to use a network proxy running with socks as
socks5://127.0.0.1:1090 on my host system, inside the container
running with podman.
How can I tell Podman to use that proxy inside the container as well?
Does Podman support this?
_______________________________________________
Podman mailing list --podman(a)lists.podman.io
To unsubscribe send an email topodman-leave(a)lists.podman.io
I am not that familiar with socks, does it create a socket file to
communicate with? If so then this socket can be volume mounted into the
container and be used, although you will probaly need to disable SELinux
separation.