docker_practice/repository
Baohua Yang 34dc895942 Merge branch 'master' of github.com:yeasy/docker_practice 2014-11-07 15:27:30 +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 Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
local_repo.md Merge branch 'master' of github.com:yeasy/docker_practice 2014-11-07 15:27:30 +08:00

README.md

仓库

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

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

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