compose-mesos
compose-mesos copied to clipboard
Upgrade compose-mesos with newer/relevant versions. Should work with Docker Machine
Been using this for a couple days now and really enjoying it. Great entry point for the Docker-familiar but Mesos-nonfamiliar.
Marathon 0.11 looks like it has better GUI support for managing Docker apps. Do you think bumping the version in the docker-compose file would cause any problems? (Obviously I can just try doing that, but I'm wondering if you'd anticipate any issues/conflicts with the current versions of the other components)
Just to update: I went ahead and did as described above and ran docker-compose with an updated version of Marathon. It runs, but I'm having trouble actually getting a containerized service to run in it (I keep getting "TASK FAILED: Abnormal executor termination). Not able to track down what it means, but I would guess it has something to do with using a newer Marathon with a not-as-new Mesos? Anyway, looking forward to an updated version of the deployment in this repo.