shinyproxy icon indicating copy to clipboard operation
shinyproxy copied to clipboard

[FR] containers join the same network as shinyproxy itself by default

Open shrektan opened this issue 6 years ago • 2 comments

When shinyproxy is running in a docker container and docker.internal-networking is set to true, would it be possible to set the spec.id.container-network as the same as the shinyproxy, automatically?

I request this feature is because when running in a docker-compose, the network is usually created by docker itself with the name (directory-name)_default. So everytime I changed the directory, I have to reset all the spec.id.container-network again. It's not good. And it's tedious especially when testing...

Moreover, docker-compose may create other network name if there exists the default one...

Thanks.

shrektan avatar Feb 22 '19 07:02 shrektan

Any news on this feature? I also use shinyproxy in docker-compose and would prefer if I did not have to set a container-network: "${proxy.docker.container-network}" to every app.

Alternatively, a way to set the container-network for all apps would be good too for my use case.

nuno-agostinho avatar Aug 24 '21 15:08 nuno-agostinho

Hi, this issue is not yet solved, but we will consider it for the upcoming releases. I'll keep you informed when we want to implement this.

LEDfan avatar Sep 13 '21 06:09 LEDfan