> On Dec. 22, 2015, 9:42 p.m., Joseph Wu wrote: > > docs/containerizer.md, lines 13-15 > > <https://reviews.apache.org/r/41657/diff/1/?file=1174677#file1174677line13> > > > > I feel like these three points say the same thing. Maybe you can > > condense them down to two points. > > > > Wording suggestion: > > > > * Isolate a task from other running tasks by restricting the resources > > the task can access. > > * Programmatically control a task's resource usage.
Thanks for the suggestions Joseph. I feel that restricting resources and isolation are separate concerns. For example in Linux, isolation is achieved via namespaces and resource restriction is achieved through cgroups. Today network namespace does not have ability to restrict bandwidth usage. - Jojy ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41657/#review111665 ----------------------------------------------------------- On Dec. 22, 2015, 7:35 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, 7:35 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 > >
