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-03-10 11:54:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
cbfe75fe9b45bbe6d16c7d0d3b2ff73338a51eb1
docker_practice
/
data_management
History
Baohua Yang
fec2e506d9
Add more content
2026-01-30 16:48:39 -08:00
..
_images
Fix image link 404
2018-12-25 19:20:32 +08:00
bind-mounts.md
Add more content
2026-01-30 16:48:39 -08:00
README.md
GitBook: No commit message
2025-12-17 10:37:56 +00:00
volume.md
Add more content
2026-01-30 16:48:39 -08:00
README.md
Unescape
Escape
数据管理
这一章介绍如何在 Docker 内部以及容器之间管理数据,在容器中管理数据主要有两种方式:
数据卷
(
Volumes
)
挂载主机目录 (Bind mounts)