mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixing #910
This commit is contained in:
parent
303490168f
commit
965de6ef50
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ func (cli *DockerCli) CmdInfo(args ...string) error {
|
|||
fmt.Fprintf(cli.out, "EventsListeners: %d\n", out.NEventsListener)
|
||||
fmt.Fprintf(cli.out, "Kernel Version: %s\n", out.KernelVersion)
|
||||
}
|
||||
|
||||
if len(out.IndexServerAddress) != 0 {
|
||||
u := cli.configFile.Configs[out.IndexServerAddress].Username
|
||||
if len(u) > 0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue