mesosphere-backup / deimos

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

Bring deimos in line with the latest API for the External Containerizer #13

Closed tarnfeld closed 10 years ago

tarnfeld commented 10 years ago

There's a large refactor that's gone on with the EC which deimos needs updating to match. Here's a few notable changes that I can see (against the 0.19.0 EC release candidate).

There might be some improvements that can be made to how deimos works (and manages state) due to the introduction of the new recover method.

Would be interested in your thoughts @solidsnack – is this something you've started work on?

timothysc commented 10 years ago

I think the whole community is a +1 on this one given dockercon.

tarnfeld commented 10 years ago

I agree, since I heard nothing back from the mesosphere guys I ended up bring my own containerizer back to life... but I do think it's very important to be able to demonstrate how mesos and docker can fit together transparently.

solidsnack commented 10 years ago

With 0.3.0 we have support for the new API.

timothysc commented 10 years ago

Many thanks Jason!