Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate experimental graphdriver plugins #5172

Merged
merged 2 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. docs: add deprecation warning to experimental grapdriver plugins

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1f1b70d View commit details
    Browse the repository at this point in the history
  2. deprecate experimental graphdriver plugins

    [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].
    
    [Graphdriver plugins]: https://github.com/docker/cli/blob/v26.1.4/docs/extend/plugins_graphdriver.md
    [containerd image store]: https://github.com/docker/docs/blob/31a16f1da2f4a4c94b5a82713aa012f052fb7e6d/content/storage/containerd.md
    [snapshotter]: https://github.com/containerd/containerd/tree/v1.7.18/docs/snapshotters
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0bc0924 View commit details
    Browse the repository at this point in the history