docs: add deprecation warning to experimental grapdriver plugins

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-06-18 16:18:07 +02:00
parent 468a76779d
commit 1f1b70dfdf
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 10 additions and 1 deletions

View File

@ -15,6 +15,15 @@ advisory: experimental
# Graphdriver plugins # 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 ## Changelog
### 1.13.0 ### 1.13.0

View File

@ -36,6 +36,6 @@ 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.
* [External graphdriver plugins](../docs/extend/plugins_graphdriver.md) * [External graphdriver plugins](../docs/extend/plugins_graphdriver.md) (Deprecated)
* [Checkpoint & Restore](../docs/reference/commandline/checkpoint.md) * [Checkpoint & Restore](../docs/reference/commandline/checkpoint.md)
* [Docker build with --squash argument](../docs/reference/commandline/build.md#squash-an-images-layers---squash-experimental) * [Docker build with --squash argument](../docs/reference/commandline/build.md#squash-an-images-layers---squash-experimental)