Skip to content

Commit 68e1ee3

Browse files
authored
Update communicate-containers-same-pod-shared-volume.md
sync with english vesion.
1 parent 9afa380 commit 68e1ee3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/zh/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ directory. Use `curl` to send a GET request to the nginx server:
157157
使用 `curl` 向 nginx 服务器发送一个 GET 请求:
158158

159159
```
160-
root@two-containers:/# apt-get update
161-
root@two-containers:/# apt-get install curl
162160
root@two-containers:/# curl localhost
163161
```
164162

@@ -208,6 +206,7 @@ the shared Volume is lost.
208206
* 进一步了解[复合容器的模式](https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns.html)
209207
* 学习[模块化架构中的复合容器](https://www.slideshare.net/Docker/slideshare-burns)
210208
* 参见[配置 Pod 使用卷来存储数据](/zh/docs/tasks/configure-pod-container/configure-volume-storage/)
209+
* 参考[在 Pod 中的容器之间共享进程命名空间](/zh/docs/tasks/configure-pod-container/share-process-namespace/)
211210
* 参考 [Volume](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#volume-v1-core)
212211
* 参考 [Pod](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core)
213212

0 commit comments

Comments
 (0)