mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
Fix naming of the chapter dir
This commit is contained in:
12
08_data/README.md
Normal file
12
08_data/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 数据管理
|
||||
|
||||
如图 8-1 所示,Docker 数据管理主要围绕三类挂载方式展开。
|
||||
|
||||

|
||||
|
||||
图 8-1 Docker 数据挂载类型示意图
|
||||
|
||||
这一章介绍如何在 Docker 内部以及容器之间管理数据,在容器中管理数据主要有两种方式:
|
||||
|
||||
* [数据卷](volume.md)
|
||||
* [挂载主机目录](bind-mounts.md)
|
||||
Reference in New Issue
Block a user