Repository: aurora Updated Branches: refs/heads/master 98a4c0ea9 -> 39815a32d
Fixing reference in table of contents to Docker Object(s). Reviewed at https://reviews.apache.org/r/42737/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/39815a32 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/39815a32 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/39815a32 Branch: refs/heads/master Commit: 39815a32d3e2e1de2c3ce704fdeff4541b42dce9 Parents: 98a4c0e Author: Dmitriy Shirchenko <[email protected]> Authored: Mon Jan 25 13:02:46 2016 -0800 Committer: Bill Farner <[email protected]> Committed: Mon Jan 25 13:02:46 2016 -0800 ---------------------------------------------------------------------- docs/configuration-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/39815a32/docs/configuration-reference.md ---------------------------------------------------------------------- diff --git a/docs/configuration-reference.md b/docs/configuration-reference.md index 02fb4e6..e0eb908 100644 --- a/docs/configuration-reference.md +++ b/docs/configuration-reference.md @@ -498,7 +498,7 @@ tasks with the same static port allocations from being co-scheduled. External constraints such as slave attributes should be used to enforce such guarantees should they be needed. -### Container Object +### Container Objects *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.*
