The IndexServerAddress field was as part of the initial Windows implementation of the engine. For legal reasons, Microsoft Windows (and thus Docker images based on Windows) were not allowed to be distributed through non-Microsoft infrastructure. As a temporary solution, a dedicated "registry-win-tp3.docker.io" registry was created to serve Windows images. Currently, this field always shows "https://index.docker.io/v1/", which is confusing, because that address is not used for the registry (only for authentication and "v1" search). docker info ... Registry: https://index.docker.io/v1/ Starting withb4ca1c7368, this field is also no longer used during authentication, anda3d56e7d06removed the (deprecated) ElectAuthServer() which was previously used to query it. Given that there's currently no practical use for this information, and it only adds "noise" (and confusion), this patch removes it from the default output. For now, the field is (still) available for those that want to use it; docker info --format '{{.IndexServerAddress}}' https://index.docker.io/v1/ But it won't be printed by default. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
63 lines
1.5 KiB
Plaintext
63 lines
1.5 KiB
Plaintext
Client:
|
|
Context: default
|
|
Debug Mode: false
|
|
Plugins:
|
|
goodplugin: unit test is good (ACME Corp)
|
|
Version: 0.1.0
|
|
Path: /path/to/docker-goodplugin
|
|
unversionedplugin: this plugin has no version (ACME Corp)
|
|
Path: /path/to/docker-unversionedplugin
|
|
|
|
Server:
|
|
Containers: 0
|
|
Running: 0
|
|
Paused: 0
|
|
Stopped: 0
|
|
Images: 0
|
|
Server Version: 17.06.1-ce
|
|
Storage Driver: aufs
|
|
Root Dir: /var/lib/docker/aufs
|
|
Backing Filesystem: extfs
|
|
Dirs: 0
|
|
Dirperm1 Supported: true
|
|
Logging Driver: json-file
|
|
Cgroup Driver: cgroupfs
|
|
Plugins:
|
|
Volume: local
|
|
Network: bridge host macvlan null overlay
|
|
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
|
|
Swarm: inactive
|
|
Runtimes: runc
|
|
Default Runtime: runc
|
|
Init Binary: docker-init
|
|
containerd version: 6e23458c129b551d5c9871e5174f6b1b7f6d1170
|
|
runc version: 810190ceaa507aa2727d7ae6f4790c76ec150bd2
|
|
init version: 949e6fa
|
|
Security Options:
|
|
apparmor
|
|
seccomp
|
|
Profile: default
|
|
Kernel Version: 4.4.0-87-generic
|
|
Operating System: Ubuntu 16.04.3 LTS
|
|
OSType: linux
|
|
Architecture: x86_64
|
|
CPUs: 2
|
|
Total Memory: 1.953GiB
|
|
Name: system-sample
|
|
ID: EKHL:QDUU:QZ7U:MKGD:VDXK:S27Q:GIPU:24B7:R7VT:DGN6:QCSF:2UBX
|
|
Docker Root Dir: /var/lib/docker
|
|
Debug Mode: true
|
|
File Descriptors: 33
|
|
Goroutines: 135
|
|
System Time: 2017-08-24T17:44:34.077811894Z
|
|
EventsListeners: 0
|
|
Labels:
|
|
provider=digitalocean
|
|
Experimental: false
|
|
Insecure Registries:
|
|
127.0.0.0/8
|
|
Live Restore Enabled: false
|
|
Default Address Pools:
|
|
Base: 10.123.0.0/16, Size: 24
|
|
|