Hi all, So I have been dabbling with docker containers in and mesos. I have the following scenario and i was wondering if someone had experience with something like this.
I have a bunch of dockerized apps running and the slave hosts have some common services running, something like mongos and kafka brokers etc. I was wondering if there was a way to expose these services (i.e. some tcp port) to the docker containers? Is this even a legitimate way of exposing services to apps but my main intention is to avoid going over the network or something. -- Ankur

