> 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/basic_concept.md).

# 基本概念

Docker 包括三個基本概念

* 映像檔（Image）
* 容器（Container）
* 倉庫（Repository）

理解了這三個概念，就理解了 Docker 的整個生命週期。
