Re: Mesos LXC container Support

2017-11-30 Thread Tom Barber
Yay! Go Antonis! ;) On 30/11/17 18:27, Jie Yu wrote: Antonis, Please follow http://mesos.apache.org/documentation/latest/advanced-contribution/#before-coding-starts for this non-trivial feature. I feel that for this work, adding a new Containerizer

Re: Mesos LXC container Support

2017-11-30 Thread Jie Yu
Antonis, Please follow http://mesos.apache.org/documentation/latest/advanced-contribution/#before-coding-starts for this non-trivial feature. I feel that for this work, adding a new Containerizer might be the

Mesos LXC container Support

2017-11-30 Thread ??t???? ?a?????
Hello, I’ve been working implementing support for lxc containers in mesos, as my thesis (I’m, a undergraduate student at the university of Athens), and would be interested in contributing to the mesos project itself. I noticed that currently there is no one that is working on this feature. I

Re: LXC Container Support

2016-10-07 Thread Tom Barber
Everyone appears asleep on IRC so for a non real time response: If I were looking to replicate the docker calls but for LXC, I'd be updating stuff in the containerizer package right? Not the top level appc and docker packages. https://github.com/apache/mesos/blob/master/src/slave/containerizer/

Re: LXC Container Support

2016-10-06 Thread Tom Barber
Also just as an aside, being able to run system containers and not precanned Docker applications would seem to certainly be a missing feature that Mesos could benefit from, as it would allow sysadmins to spin up vanilla Ubuntu, Centos, Debian etc images without doing something funky like using the

Re: LXC Container Support

2016-10-05 Thread Tom Barber
Thanks guys. I do a lot of work with the juju ecosystem and lxc containers to deploy workloads with that, for example multi node big top clusters etc. It's far more flexible using LXC system containers than pre configured app containers. This works on cloud and bare metal but I'd also like to be

Re: LXC Container Support

2016-10-05 Thread Jie Yu
Tom, I'm looking to add LXC/LXD support, POC initially then hopefully bake it > into some Mesos libraries. From what I can tell Mesos doesn't have hooks > for LXC in the new container setup and also the External Shim that was > underdevelopment is Deprecated. Sound roughly accurate so far? Yup.

Re: LXC Container Support

2016-10-05 Thread Vinod Kone
Hi Tom, Your description of the current state of art is on point. Regarding support for LXC/LXD, what exactly does it mean? Is there an image spec for those that you want Mesos to support? What's your use case? Thanks, On Wed, Oct 5, 2016 at 3:10 PM, Tom Barber wrote:

LXC Container Support

2016-10-05 Thread Tom Barber
Hello folks, I've been Googling Mesos container support a bit recently, I see support for Mesos(AppC) and Docker in the latest versions. I'm looking to add LXC/LXD support, POC initially then hopefully bake it into some Mesos libraries. From what I can tell Mesos doesn't have hooks for LXC in