As far as I know, when mesos-slave run in docker, the recover process is same as the slave run outside. But you need make sure you add "-v /var/run/docker.sock:/var/run/docker.sock" when you launch mesos-slave.
On Thu, Oct 22, 2015 at 6:59 PM, Grzegorz Graczyk <[email protected]> wrote: > Docker is running when slave exits - and so are docker containers started > by mesos slave. The problem starts when slave is online again and cannot > see already started containers and recover them... > Isn't this supposed to fix that problem? > https://issues.apache.org/jira/browse/MESOS-2115 > > On 22 October 2015 at 12:54, Klaus Ma <[email protected]> wrote: > >> It seems we can NOT keep docker running but slave exit. >> >> On Thu, Oct 22, 2015 at 6:18 AM, Grzegorz Graczyk <[email protected]> >> wrote: >> >>> Hi everyone, >>> I was wondering if it's possible to recover running docker containers >>> after restart of mesos-slave? >>> If it is possible - what are the requirements to do so? >>> >>> Regards, >>> Grzegorz Graczyk >>> >> >> >> >> -- >> Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer >> Platform Symphony/DCOS Development & Support, STG, IBM GCG >> +86-10-8245 4084 | [email protected] | http://www.cguru.net >> > > -- Best Regards, Haosdent Huang

