Hi, I'm new to slider, and I'm trying to run an application for a distributed database on slider using simple packaging. I have to specify a RPC port that should be the same in all daemons running in each node. The problem is that if 2 containers for this application are running on the same node then they would try to use the same port. It is possible to specify somehow that we don't want to have more than one container for a specific component of the application running in the same node?
Thanks in advance. Juan