Update network remove --link #215

This commit is contained in:
khs1994
2017-11-23 10:42:43 +08:00
parent e14ff2c7a5
commit 38278731f5
3 changed files with 71 additions and 84 deletions

View File

@@ -1,4 +1,5 @@
# Docker 中的网络功能介绍
Docker 允许通过外部访问容器或容器互联的方式来提供网络服务。
Docker 在 1.13 版本引进了新的管理命令management commands在 Docker 1.13+ 推荐使用 `docker network` 子命令来管理 Docker 网络。