@@ -57,7 +57,7 @@ The following table provides an overview of the current status of deprecated fea
5757| Deprecated | [ ` --time ` option on ` docker stop ` and ` docker restart ` ] ( #--time-option-on-docker-stop-and-docker-restart ) | v28.0 | - |
5858| Deprecated | [ Non-standard fields in image inspect] ( #non-standard-fields-in-image-inspect ) | v27.0 | v28.0 |
5959| Removed | [ API CORS headers] ( #api-cors-headers ) | v27.0 | v28.0 |
60- | Deprecated | [ Graphdriver plugins (experimental)] ( #graphdriver-plugins-experimental ) | v27.0 | v28.0 |
60+ | Removed | [ Graphdriver plugins (experimental)] ( #graphdriver-plugins-experimental ) | v27.0 | v28.0 |
6161| Deprecated | [ Unauthenticated TCP connections] ( #unauthenticated-tcp-connections ) | v26.0 | v28.0 |
6262| Deprecated | [ ` Container ` and ` ContainerConfig ` fields in Image inspect] ( #container-and-containerconfig-fields-in-image-inspect ) | v25.0 | v26.0 |
6363| Deprecated | [ Deprecate legacy API versions] ( #deprecate-legacy-api-versions ) | v25.0 | v26.0 |
@@ -210,19 +210,13 @@ part of the underlying image's `Config` field, and deprecated:
210210** Target For Removal In Release: v28.0**
211211
212212[ Graphdriver plugins] ( https://github.com/docker/cli/blob/v26.1.4/docs/extend/plugins_graphdriver.md )
213- are an experimental feature that allow extending the Docker Engine with custom
213+ were an experimental feature that allowed extending the Docker Engine with custom
214214storage drivers for storing images and containers. This feature was not
215- maintained since its inception, and will no longer be supported in upcoming
216- releases.
215+ maintained since its inception.
217216
218- Support for graphdriver plugins is disabled by default in v27.0, and will be
219- removed v28.0. An ` DOCKERD_DEPRECATED_GRAPHDRIVER_PLUGINS ` environment variable
220- is provided in v27.0 to re-enable the feature. This environment variable must
221- be set to a non-empty value in the daemon's environment.
222-
223- The ` DOCKERD_DEPRECATED_GRAPHDRIVER_PLUGINS ` environment variable, along with
224- support for graphdriver plugins, will be removed in v28.0. Users of this feature
225- are recommended to instead configure the Docker Engine to use the [ containerd image store] ( https://docs.docker.com/storage/containerd/ )
217+ Support for graphdriver plugins was disabled by default in v27.0, and removed
218+ in v28.0. Users of this feature are recommended to instead configure the Docker
219+ Engine to use the [ containerd image store] ( https://docs.docker.com/storage/containerd/ )
226220and a custom [ snapshotter] ( https://github.com/containerd/containerd/tree/v1.7.18/docs/snapshotters )
227221
228222### API CORS headers
0 commit comments