Hi there,
We have a private service running a docker image. I wanted to ask for clarification on how render runs docker images behind the scenes.
Does the docker image get run using --net=host
?
The use-case we have is: in the docker image we have chromium, which exposes websocket ports to localhost when a browser session is created. We would like to expose these ports to our private network so other servers can connect to them.
However we need to understand better how networking works on render between the host and the docker container.
Thanks!