File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/zh/docs/tasks/access-application-cluster Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,6 @@ directory. Use `curl` to send a GET request to the nginx server:
157
157
使用 ` curl ` 向 nginx 服务器发送一个 GET 请求:
158
158
159
159
```
160
- root@two-containers:/# apt-get update
161
- root@two-containers:/# apt-get install curl
162
160
root@two-containers:/# curl localhost
163
161
```
164
162
@@ -208,6 +206,7 @@ the shared Volume is lost.
208
206
* 进一步了解[ 复合容器的模式] ( https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns.html )
209
207
* 学习[ 模块化架构中的复合容器] ( https://www.slideshare.net/Docker/slideshare-burns )
210
208
* 参见[ 配置 Pod 使用卷来存储数据] ( /zh/docs/tasks/configure-pod-container/configure-volume-storage/ )
209
+ * 参考[ 在 Pod 中的容器之间共享进程命名空间] ( /zh/docs/tasks/configure-pod-container/share-process-namespace/ )
211
210
* 参考 [ Volume] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#volume-v1-core)
212
211
* 参考 [ Pod] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core)
213
212
You can’t perform that action at this time.
0 commit comments