docker_practice/data_management
Zhenkai Jiang 977221c5d1 add an example to validate restored data from data volume container 2015-07-03 16:23:46 +08:00
..
README.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
container.md fix a few vague descriptions for data volumes containers and backup/restore 2015-07-03 16:19:51 +08:00
management.md add an example to validate restored data from data volume container 2015-07-03 16:23:46 +08:00
volume.md add/correct lifecycle information for data volumes 2015-07-03 16:17:28 +08:00

README.md

Docker 数据管理

这一章介绍如何在 Docker 内部以及容器之间管理数据,在容器中管理数据主要有两种方式:

  • 数据卷Data volumes
  • 数据卷容器Data volume containers