dxcheng 发表于 2017-08-04 14:53

docker仓库和注册服务的的关系?

Hello, all,

如题,docker仓库和注册服务器什么关系?
百度的结果都是说"仓库是集中存放镜像文件的场所,仓库注册服务器上往往存放着多个仓库,每个仓库中又包含了多个镜像,每个镜像有不同的标签(tag)"
如何理解仓库注册服务器上往往存放着多个仓库呢?

例如:hub.docker.com和index.docker.io是什么关系?

Thanks:)

forgaoqiang 发表于 2019-03-20 22:53

Docker Trusted Registry (DTR) is a commercial product that enables complete image management workflow, featuring LDAP integration, image signing, security scanning, and integration with Universal Control Plane. DTR is offered as an add-on to Docker Enterprise subscriptions of Standard or higher.


Docker Hub repositories allow you share container images with your team, customers, or the Docker community at large.


简单理解就是:
Docker Regestry 是一个基础设施,可以对仓库、镜像进行管理
而仓库就是具体存放镜像的位置
页: [1]
查看完整版本: docker仓库和注册服务的的关系?