DockerCLI/man/src
Sebastiaan van Stijn 375b17a312
docker info: don't print "registry" (IndexServerAddress)
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 with b4ca1c7368, this field is also
no longer used during authentication, and a3d56e7d06
removed 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>
2023-04-13 14:49:14 +02:00
..
container docs: update examples to not use deprecated images 2022-12-05 17:10:05 +01:00
image docs: update examples to not use deprecated images 2022-12-05 17:10:05 +01:00
network docs: remove documentation about deprecated cluster-store 2022-05-17 11:00:51 +02:00
plugin Update man pages 2022-03-15 15:35:59 +01:00
system docker info: don't print "registry" (IndexServerAddress) 2023-04-13 14:49:14 +02:00
volume Typo in documentation of volume create 2019-11-15 16:15:24 +01:00
attach.md Read long description from a file. 2017-06-02 00:10:47 +00:00
commit.md Read long description from a file. 2017-06-02 00:10:47 +00:00
cp.md Read long description from a file. 2017-06-02 00:10:47 +00:00
create.md Read long description from a file. 2017-06-02 00:10:47 +00:00
diff.md Read long description from a file. 2017-06-02 00:10:47 +00:00
events.md Read long description from a file. 2017-06-02 00:10:47 +00:00
exec.md Read long description from a file. 2017-06-02 00:10:47 +00:00
export.md Read long description from a file. 2017-06-02 00:10:47 +00:00
history.md Read long description from a file. 2017-06-02 00:10:47 +00:00
images.md Read long description from a file. 2017-06-02 00:10:47 +00:00
import.md Read long description from a file. 2017-06-02 00:10:47 +00:00
info.md Read long description from a file. 2017-06-02 00:10:47 +00:00
inspect.md Read long description from a file. 2017-06-02 00:10:47 +00:00
kill.md Read long description from a file. 2017-06-02 00:10:47 +00:00
load.md Read long description from a file. 2017-06-02 00:10:47 +00:00
login.md tweak description of login/logout 2022-04-04 10:44:11 +02:00
logout.md tweak description of login/logout 2022-04-04 10:44:11 +02:00
logs.md Read long description from a file. 2017-06-02 00:10:47 +00:00
pause.md Read long description from a file. 2017-06-02 00:10:47 +00:00
port.md Read long description from a file. 2017-06-02 00:10:47 +00:00
ps.md Read long description from a file. 2017-06-02 00:10:47 +00:00
pull.md Read long description from a file. 2017-06-02 00:10:47 +00:00
push.md Read long description from a file. 2017-06-02 00:10:47 +00:00
rename.md Read long description from a file. 2017-06-02 00:10:47 +00:00
restart.md Read long description from a file. 2017-06-02 00:10:47 +00:00
rm.md Read long description from a file. 2017-06-02 00:10:47 +00:00
rmi.md Read long description from a file. 2017-06-02 00:10:47 +00:00
save.md Read long description from a file. 2017-06-02 00:10:47 +00:00
search.md search: remove client-side default for --limit 2022-03-30 10:05:43 +02:00
start.md Read long description from a file. 2017-06-02 00:10:47 +00:00
stats.md Read long description from a file. 2017-06-02 00:10:47 +00:00
stop.md Read long description from a file. 2017-06-02 00:10:47 +00:00
tag.md Read long description from a file. 2017-06-02 00:10:47 +00:00
top.md Read long description from a file. 2017-06-02 00:10:47 +00:00
unpause.md Fix incorrect alias and URL 2017-06-02 00:10:48 +00:00
update.md Read long description from a file. 2017-06-02 00:10:47 +00:00
version.md docs: update engine versions in some examples 2023-04-10 15:08:38 +02:00
volume.md Read long description from a file. 2017-06-02 00:10:47 +00:00
wait.md Read long description from a file. 2017-06-02 00:10:47 +00:00