diff --git a/content/zh-cn/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md b/content/zh-cn/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md index 8990741f5d..94597e2aeb 100644 --- a/content/zh-cn/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md +++ b/content/zh-cn/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md @@ -136,6 +136,8 @@ In your shell, verify that nginx is running: 在 shell 中,确认 nginx 还在运行。 ``` +root@two-containers:/# apt-get update +root@two-containers:/# apt-get install curl procps root@two-containers:/# ps aux ``` @@ -196,14 +198,14 @@ the shared Volume is lost. ## {{% heading "whatsnext" %}} -* 进一步了解[复合容器的模式](https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns.html) +* 进一步了解[复合容器的模式](/blog/2015/06/the-distributed-system-toolkit-patterns/) * 学习[模块化架构中的复合容器](https://www.slideshare.net/Docker/slideshare-burns) * 参见[配置 Pod 使用卷来存储数据](/zh-cn/docs/tasks/configure-pod-container/configure-volume-storage/) * 参考[在 Pod 中的容器之间共享进程命名空间](/zh-cn/docs/tasks/configure-pod-container/share-process-namespace/)