Merge pull request #32395 from prertik/master

updated experimental/Readme.md with fixed deadlinks
This commit is contained in:
Sebastiaan van Stijn 2017-04-06 09:01:27 +02:00 committed by GitHub
commit 5b18e7c396
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Option to squash image layers to the base image after successful builds.
Checkpoint and restore support for Containers.
Metrics (Prometheus) output for basic container, image, and daemon operations.
* The top-level [docker deploy](../../docs/reference/deploy.md) command. The
* The top-level [docker deploy](../docs/reference/commandline/deploy.md) command. The
`docker stack deploy` command is **not** experimental.
* [`docker service logs` command](../docs/reference/commandline/service_logs.md)
* [`--squash` option to `docker build` command](../docs/reference/commandline/build.md##squash-an-images-layers---squash-experimental-only)
@ -46,7 +46,7 @@ Metrics (Prometheus) output for basic container, image, and daemon operations.
* [Ipvlan Network Drivers](vlan-networks.md)
* [Distributed Application Bundles](docker-stacks-and-bundles.md)
* [Checkpoint & Restore](checkpoint-restore.md)
* [Docker build with --squash argument](docker-build-with-squash.md)
* [Docker build with --squash argument](../docs/reference/commandline/build.md##squash-an-images-layers---squash-experimental-only)
## How to comment on an experimental feature