You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/09/18 19:13:27 UTC

mesos git commit: Added missing links to secrets related isolator docs.

Repository: mesos
Updated Branches:
  refs/heads/master c7bd862ab -> b214d7ae3


Added missing links to secrets related isolator docs.


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

Branch: refs/heads/master
Commit: b214d7ae3591831ae494f03f0d9fab028b1cdf79
Parents: c7bd862
Author: Jie Yu <yu...@gmail.com>
Authored: Mon Sep 18 12:13:08 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Sep 18 12:13:17 2017 -0700

----------------------------------------------------------------------
 docs/mesos-containerizer.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b214d7ae/docs/mesos-containerizer.md
----------------------------------------------------------------------
diff --git a/docs/mesos-containerizer.md b/docs/mesos-containerizer.md
index ca1dfbd..68ed273 100644
--- a/docs/mesos-containerizer.md
+++ b/docs/mesos-containerizer.md
@@ -26,7 +26,7 @@ can write modules that implement custom isolators.
 
 Mesos supports the following built-in isolators.
 
-- environment\_secret
+- [environment\_secret](secrets.md#environment-based-secrets)
 - appc/runtime
 - cgroups/blkio
 - cgroups/cpu
@@ -58,4 +58,4 @@ Mesos supports the following built-in isolators.
 - [volume/host_path](container-volume.md#host_path-volume-source)
 - volume/image
 - [volume/sandbox_path](container-volume.md#sandbox_path-volume-source)
-- volume/secret
+- [volume/secret](secrets.md#file-based-secrets)