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

Fix advanced options for backward compatibility #1963

Commits on Jun 24, 2019

  1. Fix advanced options for backward compatibility

    For backward compatibility: if no custom options are provided for the network,
    and only a single network is specified, omit the endpoint-configuration
    on the client (the daemon will still create it when creating the container)
    
    This fixes an issue on older versions of legacy Swarm, which did not support
    `NetworkingConfig.EndpointConfig`.
    
    This was introduced in 5bc0963 (docker#1767)
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4d7e6bf View commit details
    Browse the repository at this point in the history