I'm pretty new to mesos and marathon, and I'm running a couple of frameworks with marathon (Kafka and elastic search). However, in order for the frameworks to receive resource offers I need to set the LIBPROCESS_IP environment variable to the hosts IP address for the docker container running the frameworks. Currently I am working around me this by using a constraint to hard wire the slave that the framework gets launched on, so then I can put the slaves ip in the marathon json file.
Obviously this is not ideal. Is there a better way to define the host ip Inside the docker container? Sent from my iPad

