From 1f1b70dfdfe03ce989f7c9be9a66ae3b2f29b762 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 18 Jun 2024 16:18:07 +0200 Subject: [PATCH] docs: add deprecation warning to experimental grapdriver plugins Signed-off-by: Sebastiaan van Stijn --- docs/extend/plugins_graphdriver.md | 9 +++++++++ experimental/README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/extend/plugins_graphdriver.md b/docs/extend/plugins_graphdriver.md index f6558d7f1e..fbb54bd664 100644 --- a/docs/extend/plugins_graphdriver.md +++ b/docs/extend/plugins_graphdriver.md @@ -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 diff --git a/experimental/README.md b/experimental/README.md index 94fd2c0e01..093b805fc8 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -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)