Rewrite the introduction and minor fix

This commit is contained in:
Baohua Yang
2014-09-26 17:45:51 +08:00
parent 8857c11fa6
commit d4b8630bca
2 changed files with 23 additions and 7 deletions

View File

@@ -1,6 +1,10 @@
# 仓库
仓库是集中存放镜像的地方。任何人都可以自己搭建一个仓库
仓库Repository是集中存放镜像的地方。
一个容易混淆的概念是注册服务器Registry。实际上注册服务器是管理仓库的具体服务器每个服务器上可以有多个仓库而每个仓库下面有多个镜像。从这方面来说仓库可以被认为是一个具体的项目或目录。例如对于仓库地址`www.dockerpool.com/ubuntu`来说,`www.dockerpool.com`是注册服务器地址,`ubuntu`是仓库名。
大部分时候,并不严格区分这两者的概念。