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/19 17:58:53 UTC

mesos git commit: Added a link to secrets doc from container volume doc.

Repository: mesos
Updated Branches:
  refs/heads/master 10d130736 -> bcf87ad77


Added a link to secrets doc from container volume doc.


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

Branch: refs/heads/master
Commit: bcf87ad771708b63572bb294c4538243e00ac559
Parents: 10d1307
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Sep 19 10:58:45 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Sep 19 10:58:45 2017 -0700

----------------------------------------------------------------------
 docs/container-volume.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bcf87ad7/docs/container-volume.md
----------------------------------------------------------------------
diff --git a/docs/container-volume.md b/docs/container-volume.md
index 82f2c39..535a61d 100644
--- a/docs/container-volume.md
+++ b/docs/container-volume.md
@@ -132,3 +132,7 @@ the parent container.
 ## `DOCKER_VOLUME` Volume Source
 
 See more details in this [doc](isolators/docker-volume.md).
+
+## `SECRET` Volume Source
+
+See more details in this [doc](secrets.md#file-based-secrets).