docker / cli

The Docker CLI
Apache License 2.0
4.74k stars 1.88k forks source link

Deprecate experimental graphdriver plugins #5172

Closed thaJeztah closed 2 weeks ago

thaJeztah commented 2 weeks ago

Graphdriver plugins are an experimental feature that allow extending the Docker Engine with custom storage drivers for storing images and containers. This feature was not maintained since its inception, and will no longer be supported in upcoming releases.

Users of this feature are recommended to instead configure the Docker Engine to use the containerd image store, and a custom snapshotter.

- Description for the changelog

Deprecate experimental GraphDriver plugins.

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.76%. Comparing base (468a767) to head (0bc0924).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5172 +/- ## ======================================= Coverage 61.76% 61.76% ======================================= Files 297 297 Lines 20768 20768 ======================================= Hits 12828 12828 Misses 7024 7024 Partials 916 916 ```