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 AuFS storage driver #1484

Merged
merged 1 commit into from
Jul 2, 2019
Merged

Commits on Jul 2, 2019

  1. Deprecate AuFS storage driver

    The `aufs` storage driver is deprecated in favor of `overlay2`, and will
    be removed in a future release. Users of the `aufs` storage driver are
    recommended to migrate to a different storage driver, such as `overlay2`, which
    is now the default storage driver.
    
    The `aufs` storage driver facilitates running Docker on distros that have no
    support for OverlayFS, such as Ubuntu 14.04 LTS, which originally shipped with
    a 3.14 kernel.
    
    Now that Ubuntu 14.04 is no longer a supported distro for Docker, and `overlay2`
    is available 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 `aufs` storage driver.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    c8e9233 View commit details
    Browse the repository at this point in the history