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

Push driver config during Init #547

Merged
merged 1 commit into from
Sep 19, 2015
Merged

Push driver config during Init #547

merged 1 commit into from
Sep 19, 2015

Commits on Sep 19, 2015

  1. Push driver config during Init

    Currently the driver configuration is pushed through a separate
    api. This makes driver configuration possible at any arbitrary
    time. This unncessarily complicates the driver implementation.
    More importantly the driver does not get access to it's
    configuration before it can do the handshake with libnetwork.
    This make the internal drivers a little bit different to
    external plugins which can get their configuration before the handshake
    with libnetwork.
    
    This PR attempts to fix that mismatch between internal drivers and
    external plugins.
    
    Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
    mrjana committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    900aca1 View commit details
    Browse the repository at this point in the history