ShinyProxy: Limit start of DockerContainer

Hello,
I would like to limit docker container launching in shinxproxy. From ShinyProxy it should be possible to launch only 10 Docker containers in total. Can this be mapped in the ShinyProxy config?

Thanks

Hi

We don’t have explicit options for this. However, when using Docker you can tweak the port-range-start and port-range-max settings: https://shinyproxy.io/documentation/configuration/#docker
When no port is available, ShinyProxy will give an error and don’t start a new application. This works only for the Docker backend, not for Kubernetes or Docker Swarm.