From 68e1ee3beb278e820e047d9a6350df40593b311a Mon Sep 17 00:00:00 2001 From: guzj11 <67083623+guzj11@users.noreply.github.com> Date: Tue, 15 Dec 2020 15:12:42 +0800 Subject: [PATCH] Update communicate-containers-same-pod-shared-volume.md sync with english vesion. --- .../communicate-containers-same-pod-shared-volume.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/zh/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md b/content/zh/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md index 78b68d326b..78986bb030 100644 --- a/content/zh/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md +++ b/content/zh/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md @@ -157,8 +157,6 @@ directory. Use `curl` to send a GET request to the nginx server: 使用 `curl` 向 nginx 服务器发送一个 GET 请求: ``` -root@two-containers:/# apt-get update -root@two-containers:/# apt-get install curl root@two-containers:/# curl localhost ``` @@ -208,6 +206,7 @@ the shared Volume is lost. * 进一步了解[复合容器的模式](https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns.html) * 学习[模块化架构中的复合容器](https://www.slideshare.net/Docker/slideshare-burns) * 参见[配置 Pod 使用卷来存储数据](/zh/docs/tasks/configure-pod-container/configure-volume-storage/) +* 参考[在 Pod 中的容器之间共享进程命名空间](/zh/docs/tasks/configure-pod-container/share-process-namespace/) * 参考 [Volume](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#volume-v1-core) * 参考 [Pod](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core)