----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41657/#review111665 -----------------------------------------------------------
Looks good. Just a few suggestions: docs/containerizer.md (lines 13 - 15) <https://reviews.apache.org/r/41657/#comment171869> 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. docs/containerizer.md (lines 19 - 20) <https://reviews.apache.org/r/41657/#comment171870> Suggestion: The user can specify what types of containerizer to use via the `--containerizers` agent flag. docs/containerizer.md (line 25) <https://reviews.apache.org/r/41657/#comment171871> You can also say that Docker is a "first-class citizen" of Mesos. docs/containerizer.md (line 53) <https://reviews.apache.org/r/41657/#comment171873> Maybe: s/OSX/POSIX/ docs/containerizer.md (line 61) <https://reviews.apache.org/r/41657/#comment171874> Mis-matched closing parentheses. - Joseph Wu On Dec. 22, 2015, 11:35 a.m., Jojy Varghese wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41657/ > ----------------------------------------------------------- > > (Updated Dec. 22, 2015, 11:35 a.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 > >
