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

Change default docker storage driver to overlay2 #3121

Merged
merged 1 commit into from
Sep 10, 2018

Commits on Sep 8, 2018

  1. Change default docker storage driver to overlay2

    The "aufs" storage driver has been deprecated,
    changed in Docker 17.09 for "overlay2" instead.
    
    See docker/machine#4558
    
    This only affects the "boot2docker" provisioner,
    since it is already being used by "buildroot".
    
    Closes kubernetes#3078
    afbjorklund committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    6565b3e View commit details
    Browse the repository at this point in the history