moby/cli/command
Yong Tang 828bd441eb 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>
2016-11-11 07:35:32 -08:00
..
bundlefile Reinstate --bundle-file argument to 'docker deploy' 2016-11-10 11:28:18 -05:00
checkpoint always add but hide experimental cmds and flags 2016-11-08 04:55:27 -08:00
commands secrets: secret management for swarm 2016-11-09 14:27:43 -05:00
container Merge pull request #28231 from yuexiao-wang/container-exec 2016-11-11 09:55:42 +08:00
formatter Add support for Names and ID in stats format 2016-11-03 07:20:46 +01:00
idresolver service ps: Truncate Task IDs 2016-11-08 16:17:15 -08:00
image Update for distribution vendor 2016-11-10 17:34:12 -08:00
inspect add endpoint mode in service pretty 2016-09-27 18:41:19 +08:00
network always add but hide experimental cmds and flags 2016-11-08 04:55:27 -08:00
node Merge pull request #28196 from allencloud/add-short-flag-for-force 2016-11-09 18:11:58 +01:00
plugin move plugins out of experimental 2016-11-10 15:51:32 -08:00
prune add docker network prune 2016-10-25 06:43:54 +00:00
registry Update deprecation versions for "email" and colon in "security options" 2016-11-01 09:12:27 -07:00
secret fix manpages 2016-11-09 17:11:14 -08:00
service Add support for host port PublishMode in services 2016-11-10 18:07:55 -08:00
stack Add support for tty in composefile v3 2016-11-11 11:27:21 +01:00
swarm cli: Change autolock flag description 2016-11-10 12:05:19 -08:00
system Add information for Manager Addresses in the output of docker info 2016-11-11 07:35:32 -08:00
task Add support for host port PublishMode in services 2016-11-10 18:07:55 -08:00
volume always add but hide experimental cmds and flags 2016-11-08 04:55:27 -08:00
cli.go always add but hide experimental cmds and flags 2016-11-08 04:55:27 -08:00
events_utils.go Add subcommand prune to the container, volume, image and system commands 2016-09-29 07:42:53 -07:00
in.go Fix the incorrect description for NewInStream 2016-10-13 22:33:09 +08:00
out.go Windows: OCI process struct convergence 2016-09-19 10:34:31 -07:00
registry.go Remove remaining registry methods from DockerCLI. 2016-09-09 15:50:01 -04:00
trust.go Move image trust related cli methods into the image package. 2016-09-09 10:50:16 -04:00
utils.go return nil when no node or service to avoid additional api call 2016-10-11 10:59:16 +08:00