Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 218 Bytes

File metadata and controls

5 lines (4 loc) · 218 Bytes

Docker 資料管理

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

  • 資料卷(Data volumes)
  • 資料卷容器(Data volume containers)