diff --git a/cli/command/system/info.go b/cli/command/system/info.go index 2e57bf4213..1d675c75f0 100644 --- a/cli/command/system/info.go +++ b/cli/command/system/info.go @@ -324,7 +324,6 @@ func prettyPrintServerInfo(dockerCli command.Cli, info types.Info) []error { if len(u) > 0 { fmt.Fprintln(dockerCli.Out(), " Username:", u) } - fmt.Fprintln(dockerCli.Out(), " Registry:", info.IndexServerAddress) } if len(info.Labels) > 0 { diff --git a/cli/command/system/testdata/docker-info-badsec.golden b/cli/command/system/testdata/docker-info-badsec.golden index e25ac7c0cf..742f76adb3 100644 --- a/cli/command/system/testdata/docker-info-badsec.golden +++ b/cli/command/system/testdata/docker-info-badsec.golden @@ -41,7 +41,6 @@ Server: Goroutines: 135 System Time: 2017-08-24T17:44:34.077811894Z EventsListeners: 0 - Registry: https://index.docker.io/v1/ Labels: provider=digitalocean Experimental: false diff --git a/cli/command/system/testdata/docker-info-no-swarm.golden b/cli/command/system/testdata/docker-info-no-swarm.golden index 7a86abf10d..6871d3e534 100644 --- a/cli/command/system/testdata/docker-info-no-swarm.golden +++ b/cli/command/system/testdata/docker-info-no-swarm.golden @@ -46,7 +46,6 @@ Server: Goroutines: 135 System Time: 2017-08-24T17:44:34.077811894Z EventsListeners: 0 - Registry: https://index.docker.io/v1/ Labels: provider=digitalocean Experimental: false diff --git a/cli/command/system/testdata/docker-info-plugins.golden b/cli/command/system/testdata/docker-info-plugins.golden index 98c88d0ea0..03e61c0dd1 100644 --- a/cli/command/system/testdata/docker-info-plugins.golden +++ b/cli/command/system/testdata/docker-info-plugins.golden @@ -51,7 +51,6 @@ Server: Goroutines: 135 System Time: 2017-08-24T17:44:34.077811894Z EventsListeners: 0 - Registry: https://index.docker.io/v1/ Labels: provider=digitalocean Experimental: false diff --git a/cli/command/system/testdata/docker-info-with-labels-empty.golden b/cli/command/system/testdata/docker-info-with-labels-empty.golden index fa296fb102..f9f7f7ba0b 100644 --- a/cli/command/system/testdata/docker-info-with-labels-empty.golden +++ b/cli/command/system/testdata/docker-info-with-labels-empty.golden @@ -45,7 +45,6 @@ Server: Goroutines: 135 System Time: 2017-08-24T17:44:34.077811894Z EventsListeners: 0 - Registry: https://index.docker.io/v1/ Experimental: false Insecure Registries: 127.0.0.0/8 diff --git a/cli/command/system/testdata/docker-info-with-labels-nil.golden b/cli/command/system/testdata/docker-info-with-labels-nil.golden index fa296fb102..f9f7f7ba0b 100644 --- a/cli/command/system/testdata/docker-info-with-labels-nil.golden +++ b/cli/command/system/testdata/docker-info-with-labels-nil.golden @@ -45,7 +45,6 @@ Server: Goroutines: 135 System Time: 2017-08-24T17:44:34.077811894Z EventsListeners: 0 - Registry: https://index.docker.io/v1/ Experimental: false Insecure Registries: 127.0.0.0/8 diff --git a/cli/command/system/testdata/docker-info-with-swarm.golden b/cli/command/system/testdata/docker-info-with-swarm.golden index d1905ac4f5..69425654a9 100644 --- a/cli/command/system/testdata/docker-info-with-swarm.golden +++ b/cli/command/system/testdata/docker-info-with-swarm.golden @@ -67,7 +67,6 @@ Server: Goroutines: 135 System Time: 2017-08-24T17:44:34.077811894Z EventsListeners: 0 - Registry: https://index.docker.io/v1/ Labels: provider=digitalocean Experimental: false diff --git a/docs/reference/commandline/info.md b/docs/reference/commandline/info.md index ead61c62f3..56be0fd2ef 100644 --- a/docs/reference/commandline/info.md +++ b/docs/reference/commandline/info.md @@ -102,7 +102,6 @@ Server: Docker Root Dir: /var/lib/docker Debug Mode: false Username: gordontheturtle - Registry: https://index.docker.io/v1/ Experimental: false Insecure Registries: myinsecurehost:5000 @@ -164,7 +163,6 @@ Server: ID: 2880d38d-464e-4d01-91bd-c76f33ba3981 Docker Root Dir: C:\ProgramData\docker Debug Mode: false - Registry: https://index.docker.io/v1/ Experimental: true Insecure Registries: myregistry:5000 diff --git a/man/src/system/info.md b/man/src/system/info.md index ad8ce91d2c..af486f6231 100644 --- a/man/src/system/info.md +++ b/man/src/system/info.md @@ -82,7 +82,6 @@ Server: Docker Root Dir: /var/lib/docker Debug Mode: false Username: gordontheturtle - Registry: https://index.docker.io/v1/ Experimental: false Insecure Registries: myinsecurehost:5000