I use a script which runs a browser with socks5 proxy connection. The connection is stable when I run it on my local machine. But once I build the docker image and try to run as docker container it always shows ERR_TIMED_OUT in logs.
Doing the same with http proxies I don't face the same issue. It works both as it is and inside docker image.
Do I need somehow open/forward some extra ports to use socks5 proxies inside docker container?