mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Experimental features placeholder
Signed-off-by: Mary Anthony <mary@docker.com> Adding experimental features into the mix Signed-off-by: Mary Anthony <mary@docker.com> renaming file Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
2bf409d4ef
commit
7231692a02
2 changed files with 32 additions and 0 deletions
|
@ -29,6 +29,10 @@ pages:
|
||||||
- ['introduction/index.md', '**HIDDEN**']
|
- ['introduction/index.md', '**HIDDEN**']
|
||||||
- ['introduction/understanding-docker.md', 'About', 'Understanding Docker']
|
- ['introduction/understanding-docker.md', 'About', 'Understanding Docker']
|
||||||
|
|
||||||
|
# Experimental
|
||||||
|
- ['experimental/experimental.md', 'About', 'Experimental Features']
|
||||||
|
|
||||||
|
|
||||||
# Installation:
|
# Installation:
|
||||||
- ['installation/index.md', '**HIDDEN**']
|
- ['installation/index.md', '**HIDDEN**']
|
||||||
- ['installation/ubuntulinux.md', 'Installation', 'Ubuntu']
|
- ['installation/ubuntulinux.md', 'Installation', 'Ubuntu']
|
||||||
|
|
28
docs/sources/experimental/experimental.md
Normal file
28
docs/sources/experimental/experimental.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue