Hi Thodoris, What framework are you using? Marathon makes this port available as an environment variable, you may want to do similar: docs <https://mesosphere.github.io/marathon/docs/task-environment-vars.html>, code <https://github.com/mesosphere/marathon/blob/master/src/main/scala/mesosphere/mesos/EnvironmentHelper.scala#L25> .
Sunil On Tue, Sep 19, 2017 at 4:46 PM, Thodoris Zois <z...@ics.forth.gr> wrote: > Hello list, > > I have a weird problem, and i am wondering if there is any easy way to > solve it. > > I am running some tasks (docker images using mesos contaunerizer) that > each one starts a mysql server, does some queries and closes the server. > > Every server is listening to the same port. And that is the problem. In > Mesos offer i allocate a port for each task, but how i can use it in the > script that docker file (CMD script.sh) executes when starts? > > Any help would be appreciated! > > Thank you very much, > Thodoris >