mirror of https://github.com/docker/cli.git
docs: add deprecation warning to experimental grapdriver plugins
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
468a76779d
commit
1f1b70dfdf
|
@ -15,6 +15,15 @@ advisory: experimental
|
|||
|
||||
# Graphdriver plugins
|
||||
|
||||
> **Deprecated**
|
||||
>
|
||||
> Support for graphdriver plugins is an experimental feature, which has been
|
||||
> deprecated. Upcoming releases of the Docker Engine will no longer support
|
||||
> graphdriver plugins, and users of this feature are recommended to instead
|
||||
> use the containerd image store, and a custom [snapshotter](https://github.com/containerd/containerd/tree/v1.7.18/docs/snapshotters)
|
||||
{ .important }
|
||||
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.13.0
|
||||
|
|
|
@ -36,6 +36,6 @@ 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.
|
||||
|
||||
* [External graphdriver plugins](../docs/extend/plugins_graphdriver.md)
|
||||
* [External graphdriver plugins](../docs/extend/plugins_graphdriver.md) (Deprecated)
|
||||
* [Checkpoint & Restore](../docs/reference/commandline/checkpoint.md)
|
||||
* [Docker build with --squash argument](../docs/reference/commandline/build.md#squash-an-images-layers---squash-experimental)
|
||||
|
|
Loading…
Reference in New Issue