> For the complete documentation index, see [llms.txt](https://philipzheng.gitbook.io/docker_practice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://philipzheng.gitbook.io/docker_practice/repository.md).

# 倉庫

倉庫（Repository）是集中存放映像檔的地方。

一個容易混淆的概念是註冊伺服器（Registry）。實際上註冊伺服器是管理倉庫的具體伺服器，每個伺服器上可以有多個倉庫，而每個倉庫下面有多個映像檔。從這方面來說，倉庫可以被認為是一個具體的專案或目錄。例如對於倉庫位址 `dl.dockerpool.com/ubuntu` 來說，`dl.dockerpool.com` 是註冊伺服器位址，`ubuntu` 是倉庫名。

大部分時候，並不需要嚴格區分這兩者的概念。
