Re: Agent Error with Large Docker Images

2017-07-18 Thread tommy xiao
found the log: using aufs backend so how about change backend fs to overlay? 2017-07-18 19:49 GMT+08:00 : > Hi, > > We are experiencing a bug on the mesos agent (1.3.0) when trying to > start large docker images inside a mesos container. I have tried with >

Re: Libraries

2017-07-18 Thread Hendrik Haddorp
Hi, I build a small proxy for that. The required Mesos API is quite small so I just created my own SchedulerDriver implementation and send then to a proxy component that is running in a docker container. In there I can easily have the native dependency. So a proxy scheduler is running in

Agent Error with Large Docker Images

2017-07-18 Thread thomas.kurmann
Hi, We are experiencing a bug on the mesos agent (1.3.0) when trying to start large docker images inside a mesos container. I have tried with multiple sizes of images and the threshold seems to lie somewhere around 4.5 GB. We have experienced this bug using both a custom framework (deep-mesos)