mesosphere-backup / deimos

Mesos containerizer hooks for Docker
Apache License 2.0
249 stars 26 forks source link

Use Deimos for only Marathon #38

Closed chipsenkbeil closed 10 years ago

chipsenkbeil commented 10 years ago

I'm thinking the answer is no, but is there a way to explicitly use Deimos with Marathon only while using Mesos' default containerization for frameworks?

ConnorDoyle commented 10 years ago

@rcsenkbeil that's correct. Currently Mesos only allows one containerizer which must be set at slave startup time. Work is already in progress to lift this limitation however. You can track the relevant JIRA issue here: https://issues.apache.org/jira/browse/MESOS-1527

chipsenkbeil commented 10 years ago

Awesome. Glad to see it's being worked on. I'll close this for now since it answered my question.