docker_practice/data_management
无数 6acf209b9a
Update volume.md
Correct confusing words
2023-05-07 21:34:34 +08:00
..
_images Fix image link 404 2018-12-25 19:20:32 +08:00
README.md [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
bind-mounts.md use nginx:alpine as demo 2020-08-25 16:54:59 +08:00
volume.md Update volume.md 2023-05-07 21:34:34 +08:00

README.md

Docker 数据管理

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

  • 数据卷Volumes

  • 挂载主机目录 (Bind mounts)