From 19664cd1d4e09a6138cf3252ce05c9908c6ccb19 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Mon, 18 May 2015 06:17:07 -0700 Subject: [PATCH] Experimental features placeholder Signed-off-by: Mary Anthony Adding experimental features into the mix Signed-off-by: Mary Anthony renaming file Signed-off-by: Mary Anthony Upstream-commit: 7231692a02ee6346b051a00fde153675e0a9a771 Component: engine --- components/engine/docs/mkdocs.yml | 4 +++ .../docs/sources/experimental/experimental.md | 28 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 components/engine/docs/sources/experimental/experimental.md diff --git a/components/engine/docs/mkdocs.yml b/components/engine/docs/mkdocs.yml index b501c9c398..7bbd72884b 100644 --- a/components/engine/docs/mkdocs.yml +++ b/components/engine/docs/mkdocs.yml @@ -29,6 +29,10 @@ pages: - ['introduction/index.md', '**HIDDEN**'] - ['introduction/understanding-docker.md', 'About', 'Understanding Docker'] +# Experimental +- ['experimental/experimental.md', 'About', 'Experimental Features'] + + # Installation: - ['installation/index.md', '**HIDDEN**'] - ['installation/ubuntulinux.md', 'Installation', 'Ubuntu'] diff --git a/components/engine/docs/sources/experimental/experimental.md b/components/engine/docs/sources/experimental/experimental.md new file mode 100644 index 0000000000..58d14bec1b --- /dev/null +++ b/components/engine/docs/sources/experimental/experimental.md @@ -0,0 +1,28 @@ +page_title: Overview of Experimental Features +page_keywords: experimental, Docker, feature + +# Overview + +This page contains a list of features in the Docker engine which are experimental as of the current release. Experimental features are **not** ready for production. They are provided to for test and evaluation in your sandbox environments. + +The information below describes each feature and the Github pull requests and issues associated with it. If necessary, links are provided to additional documentation on an issue. As an active Docker user and community member, please feel free to provide any feedback on these features you wish. + +## XXXXX + +Short two sentence description of the feature. Why someone would use it. + +### How to use XXXXX + +No more than two paragraphs. If longer, link to a page with the documentation. + +### Known issues, limitations, and risks + +* one +* two +* three + +### Related GitHub PRs and issues + +* one +* two +* three