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

# 基本概念

Docker 包括三个基本概念

* 镜像（`Image`）
* 容器（`Container`）
* 仓库（`Repository`）

理解了这三个概念，就理解了 Docker 的整个生命周期。
