compose-mesos icon indicating copy to clipboard operation
compose-mesos copied to clipboard

Quick mesos cluster with marathon/chronos using docker-compose.

Results 3 compose-mesos issues
Sort by recently updated
recently updated
newest added

What's the reason for hard coding the MESOS_HOSTNAME env for containers that are linked to the mesos1 container? Shouldn't it just be MESOS_HOSTNAME:mesos1 ? ``` slave1: image: redjack/mesos-slave:0.21.0 ports: -...

This may be unrelated to the implementation here, but I am unable to access sandboxes from within docker-machine. I opened an issue here https://github.com/docker/machine/issues/1526