mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-12 12:51:08 +00:00
Move more dockerfile content to chapter 7
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
|
||||
这一章介绍如何在 Docker 内部以及容器之间管理数据,在容器中管理数据主要有两种方式:
|
||||
|
||||
* 数据卷(Volumes)
|
||||
* 挂载主机目录 (Bind mounts)
|
||||
* [数据卷](volume.md)
|
||||
* [挂载主机目录](bind-mounts.md)
|
||||
|
||||
|
||||
@@ -327,7 +327,6 @@ $ docker network prune
|
||||
|
||||
## 延伸阅读
|
||||
|
||||
- [高级网络配置](linking.md):容器互联详解
|
||||
- [配置 DNS](dns.md):自定义 DNS 设置
|
||||
- [端口映射](port_mapping.md):高级端口配置
|
||||
- [Compose 网络](../compose/10.5_compose_file.md):Compose 中的网络配置
|
||||
|
||||
Reference in New Issue
Block a user