From 6d01a88215f11b3cf53fcbfbb7268d515e9c73a3 Mon Sep 17 00:00:00 2001 From: my-git9 <76980726+my-git9@users.noreply.github.com> Date: Sun, 6 Mar 2022 16:22:59 +0800 Subject: [PATCH] Update container-environment.md Sync doc about container-environment --- .../zh/docs/concepts/containers/container-environment.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/zh/docs/concepts/containers/container-environment.md b/content/zh/docs/concepts/containers/container-environment.md index 7e9a12be1b..362e9d4c1b 100644 --- a/content/zh/docs/concepts/containers/container-environment.md +++ b/content/zh/docs/concepts/containers/container-environment.md @@ -51,7 +51,7 @@ The Pod name and namespace are available as environment variables through the [downward API](/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/). User defined environment variables from the Pod definition are also available to the Container, -as are any environment variables specified statically in the Docker image. +as are any environment variables specified statically in the container image. --> ### 容器信息 @@ -62,14 +62,13 @@ Pod 名称和命名空间可以通过 [下行 API](/zh/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/) 转换为环境变量。 -Pod 定义中的用户所定义的环境变量也可在容器中使用,就像在 Docker 镜像中静态指定的任何环境变量一样。 +Pod 定义中的用户所定义的环境变量也可在容器中使用,就像在 container 镜像中静态指定的任何环境变量一样。