compose-mesos
compose-mesos copied to clipboard
Run Mesos in Docker with Docker Compose!
This is likely a simple oversight in setup, but I have Docker Toolbox set up on Mac OSX (El Capitan) and docker-compose up works fine. If I edit /etc/hosts to...
Supervisor is terrible. ``` RUN apt-get -y install golang RUN mkdir /go RUN export GOPATH=/go && export PATH=/go/bin:$PATH RUN go get github.com/gwoo/goforever ADD mesos-slave.tml /mesos-slave.tml ```
Looks like they finally got it merged: https://github.com/mesosphere/marathon/pull/475
Perhaps `coreos/apache` will work. Find something small with a helloworld.
Right now none of the containers have versions locked - this means that potentially this combination of containers could drift and become broken. Let's lock those down so we can...