moby--moby/experimental
Sebastiaan van Stijn 676b256bf2
Merge pull request #29696 from zhenghenghuo/branch-two
fix some typos
(cherry picked from commit 38178cda41)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-02-22 00:46:18 +01:00
..
images move mcvlan out of experimental docs 2016-08-27 19:18:12 +08:00
README.md update URL of plugins_graphdriver.md in experimental/README.md 2017-01-03 23:47:46 -08:00
checkpoint-restore.md Update for docker checkpoint 2016-11-08 16:56:29 +08:00
docker-stacks-and-bundles.md support show numbers of global service in service ls command 2016-11-08 16:17:15 +08:00
vlan-networks.md Merge pull request #29696 from zhenghenghuo/branch-two 2017-02-22 00:46:18 +01:00

README.md

Docker Experimental Features

This page contains a list of features in the Docker engine which are experimental. Experimental features are not ready for production. They are provided 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.

Use Docker experimental

Experimental features are now included in the standard Docker binaries as of version 1.13.0. For enabling experimental features, you need to start the Docker daemon with --experimental flag. You can also enable the daemon flag via /etc/docker/daemon.json. e.g.

{
    "experimental": true
}

Then make sure the experimental flag is enabled:

$ docker version -f '{{.Server.Experimental}}'
true

Current experimental features

How to comment on an experimental feature

Each feature's documentation includes a list of proposal pull requests or PRs associated with the feature. If you want to comment on or suggest a change to a feature, please add it to the existing feature PR.

Issues or problems with a feature? Inquire for help on the #docker IRC channel or on the Docker Google group.