的输出
docker info
显示其他行:
Registry: https://registry.fedoraproject.org/v1/
Registries: registry.fedoraproject.org (secure), registry.access.redhat.com (secure), docker.io (secure)
Registry
记录的目的是什么?我想Registries
的值用于拉图像。我的研究:在Fedora 26上docker push
以及docker login
默认使用https://registry.fedoraproject.org/v1/
代替Docker Hub,如手册页中所示:login,{ {3}}。包含/etc
的子树registry.fedoraproject.org
中唯一的文件是来自包/etc/containers/registries.conf
的{{1}}。此文件似乎无法(完全)配置atomic-registries
,因为它没有提及Registries
。
编辑:Docker软件包版本:docker.io
,docker-common-1.13.1-22.gitb5e3294.fc26.x86_64
。