I try to use selenium hub/nodes as docker containers like here [selenium/node-chrome][1]. Also I have proxy-manager at 127.0.0.1:24000. Question is: how to launch chrome node so, that traffic from that node will go through my proxy?
I tried to pass --proxy-server=http://127.0.0.1:24000
as chrome options argument when creating web driver, but I suppose chrome tries to use that host/port inside docker, not my system's.
I'm not an experienced docker user, so please try to explain as simple as possible.