You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2015/04/22 21:55:39 UTC

mesos git commit: Added documentation link for the mesos containerizer.

Repository: mesos
Updated Branches:
  refs/heads/master 2dd9774b7 -> 4289616e1


Added documentation link for the mesos containerizer.

Review: https://reviews.apache.org/r/33446


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4289616e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4289616e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4289616e

Branch: refs/heads/master
Commit: 4289616e1059bfab28555ba30356f37c257ba72d
Parents: 2dd9774
Author: James Peach <jp...@apache.org>
Authored: Wed Apr 22 12:48:25 2015 -0700
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Wed Apr 22 12:55:22 2015 -0700

----------------------------------------------------------------------
 docs/home.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4289616e/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 6ab61f8..c9dbcbb 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -12,8 +12,9 @@ layout: documentation
 ## Running Mesos
 
 * [Configuration](/documentation/latest/configuration/) for command-line arguments.
+* [Mesos Containerizer](/documentation/latest/mesos-containerizer/) default containerizer, supports both Linux and POSIX systems.
 * [Docker Containerizer](/documentation/latest/docker-containerizer/) for launching a Docker image as a Task, or as an Executor.
-* [External Containerizer](/documentation/latest/external-containerizer/)
+* [External Containerizer](/documentation/latest/external-containerizer/) for custom containerization implementations.
 * [Framework Authorization](/documentation/latest/authorization/)
 * [Framework Rate Limiting](/documentation/latest/framework-rate-limiting/)
 * [Logging and Debugging](/documentation/latest/logging-and-debugging/) for viewing Mesos and framework logs.