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 "devicemapper" storage driver. #1424

Merged
merged 1 commit into from
Oct 17, 2018

Commits on Oct 17, 2018

  1. Deprecate "devicemapper" storage driver.

    The `devicemapper` storage driver is deprecated in favor of `overlay2`, and will
    be removed in a future release. Users of the `devicemapper` storage driver are
    recommended to migrate to a different storage driver, such as `overlay2`, which
    is now the default storage driver.
    
    The `devicemapper` storage driver facilitates running Docker on older (3.x) kernels
    that have no support for other storage drivers (such as overlay2, or AUFS).
    
    Now that support for `overlay2` is added to all supported distros (as they are
    either on kernel 4.x, or have support for multiple lowerdirs backported), there
    is no reason to continue maintenance of the `devicemapper` storage driver.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    662441b View commit details
    Browse the repository at this point in the history