Windows isn't POSIX (but has some UNIX interoperability library in Server)
so you can't run Mesos directly on Windows. I believe what Tim and Niklas
are suggesting is to run Mesos on Linux and use VMs to run Windows. Just
wanted to make sure that was clear

On Tue, Nov 25, 2014 at 2:31 PM, Niklas Nielsen <[email protected]>
wrote:

> We landed isolator and authenticator modules to start with and
> containerizer modules should be a relatively easy task to do.
> It has not been a priority for us yet to get those in before the end of the
> year, but would be happy to assist if anyone is willing to take this on.
>
> It will look much like the work for the previous module types:
> 1) Add module stubs
> 2) Wire up "factory" methods e.g. "Containerizer::create"
> 3) Wire up type param'ed tests to excise the new code paths.
>
> Niklas
>
> On 25 November 2014 at 13:46, Jonathan Dietrich <[email protected]
> >
> wrote:
>
> > Do you know where I can learn more about the " containerizer module" and
> > when it is intended to land?
> >
> > Thanks.
> > JCD
> >
> > -----Original Message-----
> > From: Niklas Nielsen [mailto:[email protected]]
> > Sent: November-25-14 4:44 PM
> > To: dev
> > Subject: Re: Using mesos to manage windows processes?
> >
> > You should be able to use the external containerizer API to do this (Say
> > with KVM), or you can wait until containerizer module land and do it
> > natively.
> >
> > Niklas
> >
> > On 25 November 2014 at 13:32, Timothy Chen <[email protected]> wrote:
> >
> > > The latter would be much easier to do comparing to try to run
> > > mesos-slave on windows.
> > >
> > > Tim
> > >
> > > On Tue, Nov 25, 2014 at 1:26 PM, Jonathan Dietrich
> > > <[email protected]> wrote:
> > > > I would like to be able to manage my apps in my heterogeneous
> > > environment using mesos.
> > > >
> > > > Was wondering if anyone has looked at getting mesos-slave running on
> > > windows?
> > > >
> > > > I realize at least a new Containerizer would be needed. I'm thinking
> > > > to
> > > start I would just use windows processes. (no real isolation)
> > > >
> > > > Does this sound insane?
> > > >
> > > > The other thought would be to create a new containerizer that
> > > > creates a
> > > windows vm, and then it just controls the processes within the vm.
> > > >
> > > > Thoughts?
> > >
> >
>

Reply via email to