> On Dec. 27, 2015, 2:39 p.m., Joerg Schad wrote: > > docs/containerizer.md, line 26 > > <https://reviews.apache.org/r/41657/diff/2/?file=1174788#file1174788line26> > > > > What do you mean by "own native container technology"? Isn't that > > highly platform dependent?
Not sure what you mean. Here is my intent: 'Mesos containerizer' is Mesos's native container technology in terms of: - Provides isolation between tasks - Controls resources for tasks It achieves these in Posix and linux platforms. Some platforms provide more control (linux) than others but the intent of the component is to 'contain' tasks. - Jojy ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41657/#review111927 ----------------------------------------------------------- On Dec. 22, 2015, 10:27 p.m., Jojy Varghese wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41657/ > ----------------------------------------------------------- > > (Updated Dec. 22, 2015, 10:27 p.m.) > > > Review request for mesos, Jie Yu and Joerg Schad. > > > Repository: mesos > > > Description > ------- > > This documentation is intended for users trying to get an overview of > containerizer technology. It also provides the criteria for selecting a > particular type of containerizer. > > > Diffs > ----- > > docs/containerizer.md PRE-CREATION > docs/home.md 51c19bb9d0d74698fcdda6197d32ed8f4a57d7c9 > > Diff: https://reviews.apache.org/r/41657/diff/ > > > Testing > ------- > > mesos website docker. > > > Thanks, > > Jojy Varghese > >
