docker_practice/repository
Baohua Yang ed7c2a3ee7 User new dockerpool repo server address 2014-10-12 10:32:04 +08:00
..
README.md User new dockerpool repo server address 2014-10-12 10:32:04 +08:00
config.md Add the repo configuration section 2014-09-25 16:46:37 +08:00
dockerhub.md Rewrite the introduction and minor fix 2014-09-26 17:45:51 +08:00
local_repo.md Update link to file directly 2014-09-25 22:09:04 +08:00

README.md

仓库

仓库Repository是集中存放镜像的地方。

一个容易混淆的概念是注册服务器Registry。实际上注册服务器是管理仓库的具体服务器每个服务器上可以有多个仓库而每个仓库下面有多个镜像。从这方面来说仓库可以被认为是一个具体的项目或目录。例如对于仓库地址dl.dockerpool.com/ubuntu来说,dl.dockerpool.com是注册服务器地址,ubuntu是仓库名。

大部分时候,并不严格区分这两者的概念。