mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
bf5cf84534
commit
5657f05b5a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
`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)
|
||||
* [Ipvlan Network Drivers](vlan-networks.md)
|
||||
* [Distributed Application Bundles](docker-stacks-and-bundles.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue