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.
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.