Skip to content

Commit b49e20a

Browse files
authored
Merge pull request #37402 from gaogao101/work16
[zh-cn] Update communicate-containers-same-pod-shared-volume.md
2 parents 7943dfa + 3b03769 commit b49e20a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ In your shell, verify that nginx is running:
136136
在 shell 中,确认 nginx 还在运行。
137137

138138
```
139+
root@two-containers:/# apt-get update
140+
root@two-containers:/# apt-get install curl procps
139141
root@two-containers:/# ps aux
140142
```
141143

@@ -196,14 +198,14 @@ the shared Volume is lost.
196198
## {{% heading "whatsnext" %}}
197199

198200
<!--
199-
* Learn more about [patterns for composite containers](https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns).
201+
* Learn more about [patterns for composite containers](/blog/2015/06/the-distributed-system-toolkit-patterns/).
200202
* Learn about [composite containers for modular architecture](https://www.slideshare.net/Docker/slideshare-burns).
201203
* See [Configuring a Pod to Use a Volume for Storage](/docs/tasks/configure-pod-container/configure-volume-storage/).
202204
* See [Configure a Pod to share process namespace between containers in a Pod](/docs/tasks/configure-pod-container/share-process-namespace/)
203205
* See [Volume](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#volume-v1-core).
204206
* See [Pod](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core).
205207
-->
206-
* 进一步了解[复合容器的模式](https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns.html)
208+
* 进一步了解[复合容器的模式](/blog/2015/06/the-distributed-system-toolkit-patterns/)
207209
* 学习[模块化架构中的复合容器](https://www.slideshare.net/Docker/slideshare-burns)
208210
* 参见[配置 Pod 使用卷来存储数据](/zh-cn/docs/tasks/configure-pod-container/configure-volume-storage/)
209211
* 参考[在 Pod 中的容器之间共享进程命名空间](/zh-cn/docs/tasks/configure-pod-container/share-process-namespace/)

0 commit comments

Comments
 (0)