mirror of https://github.com/docker/cli.git
updated Readme.md with fixed deadlinks
Signed-off-by: prertik <prertik@outlook.com>
This commit is contained in:
parent
6103806802
commit
4273ca3678
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue