It is possible to start app on Mesos with Marathon on ports which range I set? . For example I want start this app:
{
"id": "http",
"cmd": "python -m SimpleHTTPServer $PORT",
"mem": 50,
"cpus": 0.1,
"instances": 1
}
only on posts from this range [31000 - 31010]. it is possible?