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

Add information for Manager Addresses in the output of docker info #28042

Merged
merged 1 commit into from
Nov 11, 2016

Commits on Nov 11, 2016

  1. Add information for Manager Addresses in the output of docker info

    As is specified in 28018, it would be useful to know the manager's addresses
    even in a worker node. This is especially useful when there are many
    worker nodes in a big cluster.
    
    The information is available in `info.Swarm.RemoteManagers`.
    
    This fix add the information of `Manager Addresses` to the output
    of `docker info`, to explicitly show it.
    
    A test has been added for this fix.
    
    This fix fixes 28018.
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    828bd44 View commit details
    Browse the repository at this point in the history