mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 20:23:39 +00:00
10 lines
239 B
Go
10 lines
239 B
Go
# Docker 数据管理
|
||
|
||
![](_images/types-of-mounts.png)
|
||
|
||
这一章介绍如何在 Docker 内部以及容器之间管理数据,在容器中管理数据主要有两种方式:
|
||
|
||
* 数据卷(Volumes)
|
||
|
||
* 挂载主机目录 (Bind mounts)
|