Repository: hadoop Updated Branches: refs/heads/branch-2 a46204437 -> 1acd00472
YARN-6022. Document Docker work as experimental (Contributed by Varun Vasudev) (cherry picked from commit 66be6c848b47ae7248b0658e3bb2149d2387cebd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1acd0047 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1acd0047 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1acd0047 Branch: refs/heads/branch-2 Commit: 1acd0047275ec8a15ee18f76dbb392d31e8f607a Parents: a462044 Author: Daniel Templeton <[email protected]> Authored: Mon Sep 11 15:46:23 2017 -0700 Committer: Daniel Templeton <[email protected]> Committed: Mon Sep 11 15:48:21 2017 -0700 ---------------------------------------------------------------------- .../hadoop-yarn-site/src/site/markdown/DockerContainers.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/1acd0047/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md index bc40e34..78a8822 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md @@ -17,6 +17,12 @@ Launching Applications Using Docker Containers <!-- MACRO{toc|fromDepth=0|toDepth=1} --> +Notice +------ +This feature is experimental and is not complete. Enabling this feature and +running Docker containers in your cluster has security implications. +Please do a security analysis before enabling this feature. + Overview -------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
