docker_practice/repository
catroll 51c1f16947 Update compose/usage.md, repository/dockerhub.md, fix three hyperlink 2016-05-25 09:32:05 +08:00
..
README.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
config.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
dockerhub.md Update compose/usage.md, repository/dockerhub.md, fix three hyperlink 2016-05-25 09:32:05 +08:00
local_repo.md 修改格式 2015-01-12 10:16:14 +08:00

README.md

仓库

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

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

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