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
2025-08-04 23:02:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
7753df7681b6c504b9d76b0017186f71a1671c60
docker_practice
/
data_management
History
shawxr
7753df7681
Update bind-mounts.md
2017-12-26 16:05:26 +08:00
..
bind-mounts.md
Update bind-mounts.md
2017-12-26 16:05:26 +08:00
README.md
Remove some content in data_management
2017-12-17 23:02:42 +08:00
volume.md
Update volume
2017-12-20 23:46:55 +08:00
README.md
Unescape
Escape
Docker 数据管理
这一章介绍如何在 Docker 内部以及容器之间管理数据,在容器中管理数据主要有两种方式:
数据卷
(
Volumes
)
挂载主机目录 (Bind mounts)