This website requires JavaScript.
Explore
Help
Sign In
ehlxr
/
docker_practice
Watch
1
Star
0
Fork
0
You've already forked docker_practice
mirror of
https://github.com/yeasy/docker_practice.git
synced
2026-02-24 19:29:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
ce5ae6a360a03d41717610dce3d39647dafc4c0c
docker_practice
/
data_management
History
Kang Huaishuai
8e8126756a
[vuepress] Fixed
https://github.com/Mister-Hope/vuepress-theme-hope/issues/406
2020-10-16 12:13:14 +08:00
..
_images
…
bind-mounts.md
…
README.md
[vuepress] Fixed
https://github.com/Mister-Hope/vuepress-theme-hope/issues/406
2020-10-16 12:13:14 +08:00
volume.md
…
README.md
Unescape
Escape
Docker 数据管理
这一章介绍如何在 Docker 内部以及容器之间管理数据,在容器中管理数据主要有两种方式:
数据卷
(
Volumes
)
挂载主机目录 (Bind mounts)