mirror of https://github.com/docker/cli.git
Fix list of experimental features
- Remove duplicate entry - Fix anchor in link Signed-off-by: Philipp Gille <philipp.gille@gmail.com>
This commit is contained in:
parent
80a7f5dec7
commit
4dcac12be0
|
@ -40,12 +40,11 @@ Metrics (Prometheus) output for basic container, image, and daemon operations.
|
||||||
|
|
||||||
* The top-level [docker deploy](../docs/reference/commandline/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.
|
||||||
* [`--squash` option to `docker build` command](../docs/reference/commandline/build.md##squash-an-images-layers---squash-experimental-only)
|
|
||||||
* [External graphdriver plugins](../docs/extend/plugins_graphdriver.md)
|
* [External graphdriver plugins](../docs/extend/plugins_graphdriver.md)
|
||||||
* [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](../docs/reference/commandline/build.md##squash-an-images-layers---squash-experimental-only)
|
* [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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue