I'm hoping that AURORA-633 will be up for code review in November. I believe the docker containerizer is the best way to use docker with mesos (compared to other options like a docker executor or using the external containerizer).
Right now you can write an Aurora job that has processes which execute "docker run" for you. There are three major problems: - requires you give the user that your task runs as elevated privileges - garbage collection is trickey to get right (maybe you just use docker run --rm all the time) - your docker containers will run under a different cgroup as the task that does "docker run" Jay On Wed, Oct 15, 2014 at 6:11 PM, Tony Dong <to...@tellapart.com> wrote: > Hi, > > I was wondering if there was a timeline for support of Docker on Aurora? > https://issues.apache.org/jira/browse/AURORA-633 > > Or if there's any good ways of running Docker on the current version of > Aurora. > > Thanks, > Tony