mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
I noticed that the only reason we kept this was so that we could produce a more targeted error for the deprecated storage-driver plugins, but it's very unlikely someone used those, and if they did, we already had the "DOCKERD_DEPRECATED_GRAPHDRIVER_PLUGINS" added as requirement. Let's just produce an error if that option is set (and remove that altogether in a later release, but just that check doesn't add significant complexity). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>