mesos / elasticsearch

Elasticsearch on Mesos
Apache License 2.0
242 stars 90 forks source link

Minimesos hostnames do not point to running containers #445

Closed philwinder closed 8 years ago

philwinder commented 8 years ago

In minimesos the containers are running on the host docker daemon, not on individual slaves like in the real world. This means when Mesos reports the host that the task is about to be run, the ip address is incorrect. It should point to the docker0 adapter.

philwinder commented 8 years ago

A rather hacky fix was provided in #446