updated Readme.md with fixed deadlinks

Signed-off-by: prertik <prertik@outlook.com>
This commit is contained in:
Pratik Karki 2017-04-06 09:41:42 +05:45 committed by Tibor Vass
parent 6103806802
commit 4273ca3678
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. Checkpoint and restore support for Containers.
Metrics (Prometheus) output for basic container, image, and daemon operations. 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 stack deploy` command is **not** experimental.
* [`docker service logs` command](../docs/reference/commandline/service_logs.md) * [`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) * [`--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) * [Ipvlan Network Drivers](vlan-networks.md)
* [Distributed Application Bundles](docker-stacks-and-bundles.md) * [Distributed Application Bundles](docker-stacks-and-bundles.md)
* [Checkpoint & Restore](checkpoint-restore.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 ## How to comment on an experimental feature