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

docker stack: allow '=' separator in extra_hosts #4860

Merged
merged 1 commit into from Feb 8, 2024

Commits on Feb 7, 2024

  1. docker stack: allow '=' separator in extra_hosts

    extra_hosts in the compose file format allows '=' as a separator, and brackets
    around IP addresses, the engine API doesn't.
    
    So, transform the values when reading a compose file for 'docker stack'.
    
    Signed-off-by: Rob Murray <rob.murray@docker.com>
    robmry committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c986d09 View commit details
    Browse the repository at this point in the history