From fe30dd6b4a20abaea7efe0e326a711988d1ad62a Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 2 Dec 2020 10:27:38 -0500 Subject: [PATCH 1/2] =?UTF-8?q?Docker=20=E7=AE=A1=E7=90=86=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E4=B8=AD=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/tutorials/networkingcontainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/tutorials/networkingcontainers.md b/engine/tutorials/networkingcontainers.md index 35c04c9..cec2de0 100644 --- a/engine/tutorials/networkingcontainers.md +++ b/engine/tutorials/networkingcontainers.md @@ -221,4 +221,4 @@ Docker 网络运行你附件一个容器到多个你愿意的网络上。你甚 ## 下一步 -Now that you know how to network containers, see [how to manage data in containers](../../storage/volumes.md). +现在你应该对如何对容器进行网络配置有所了解了,请参考下一篇文章 [如何管理容器中的数据](../../storage/volumes.md). From 4a2a129b4a8494a92e93db6a1327ca078e87a782 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sun, 13 Dec 2020 08:49:52 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=B8=AD=E6=96=87=20cli=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config_production.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config_production.yml b/_config_production.yml index ed1b3fe..1f3bdb8 100644 --- a/_config_production.yml +++ b/_config_production.yml @@ -54,19 +54,19 @@ defaults: - scope: path: engine/deprecated.md values: - edit_url: "https://github.com/docker/cli/tree/master/docs/" + edit_url: "https://github.com/cwiki-us-docs/docker-cli/tree/master/docs/" - scope: path: engine/extend.md values: - edit_url: "https://github.com/docker/cli/tree/master/docs/extend" + edit_url: "https://github.com/cwiki-us-docs/docker-cli/tree/master/docs/extend" - scope: path: engine/reference values: - edit_url: "https://github.com/docker/cli/tree/master/docs/reference" + edit_url: "https://github.com/cwiki-us-docs/docker-cli/tree/master/docs/reference" - scope: path: engine/reference/commandline values: - edit_url: "https://github.com/docker/cli/tree/master/docs/reference/commandline" + edit_url: "https://github.com/cwiki-us-docs/docker-cli/tree/master/docs/reference/commandline" skip_read_time: true - scope: path: glossary.md