mesos / docker-compose-executor

DEPRECATED: Find the new docker compose executor here https://github.com/paypal/dce-go
Apache License 2.0
56 stars 16 forks source link

Integration with Running Mesos/Marathon #8

Closed akamalov closed 8 years ago

akamalov commented 8 years ago

Greetings,

Thanks for the project! Wondering, how one would go integrating docker-compose executor with already running Mesos/Marathon ecosystem ?

Thanks,

Alex

mbdas commented 8 years ago

https://github.com/mesos/docker-compose-executor/blob/master/docs/dev-build.md

In existing mesos cluster, you need to install the compose executor and other components like docker daemon etc in mesos slave/agent nodes.

After that you just start issuing marathon requests specifying the executor.

Marathon and mesos master nodes does not need to change.

Sent from my iPhone

On Mar 17, 2016, at 11:56 AM, akamalov notifications@github.com wrote:

Greetings,

Thanks for the project! Wondering, how one would go integrating docker-compose executor with already running Mesos/Marathon ecosystem ?

Thanks,

Alex

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

akamalov commented 8 years ago

Thanks a ton. Currently I am running full blown mesos/marathon env. Will be building docker-compose-executor next. Thanks so much.

Alex