You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2016/03/03 17:46:08 UTC

aurora git commit: Update configuration-reference.md documentation on supporting private docker registry.

Repository: aurora
Updated Branches:
  refs/heads/master 8f98e6e8a -> 35de88645


Update configuration-reference.md documentation on supporting private docker registry.

Reviewed at https://reviews.apache.org/r/44341/


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

Branch: refs/heads/master
Commit: 35de88645f305d5ba9d34626ddaf3cda9f97db16
Parents: 8f98e6e
Author: krish i <kr...@gmail.com>
Authored: Thu Mar 3 08:45:08 2016 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Thu Mar 3 08:45:08 2016 -0800

----------------------------------------------------------------------
 docs/configuration-reference.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/35de8864/docs/configuration-reference.md
----------------------------------------------------------------------
diff --git a/docs/configuration-reference.md b/docs/configuration-reference.md
index 3f023d7..10702ff 100644
--- a/docs/configuration-reference.md
+++ b/docs/configuration-reference.md
@@ -496,6 +496,8 @@ guarantees should they be needed.
 *Note: The only container type currently supported is "docker".  Docker support is currently EXPERIMENTAL.*
 *Note: In order to correctly execute processes inside a job, the Docker container must have python 2.7 installed.*
 
+*Note: For private docker registry, mesos mandates the docker credential file to be named as `.dockercfg`, even though docker may create a credential file with a different name on various platforms. Also, the `.dockercfg` file needs to be copied into the sandbox using the `-thermos_executor_resources` flag, specified while starting Aurora.*
+
 Describes the container the job's processes will run inside.
 
   param          | type           | description