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

# 資料管理

這一章介紹如何在 Docker 內部以及容器之間管理資料，在容器中管理資料主要有兩種方式：

* 資料卷（Data volumes）
* 資料卷容器（Data volume containers）
