diff --git a/content/zh/docs/reference/glossary/container-env-variables.md b/content/zh/docs/reference/glossary/container-env-variables.md new file mode 100644 index 0000000000..d851c14c92 --- /dev/null +++ b/content/zh/docs/reference/glossary/container-env-variables.md @@ -0,0 +1,40 @@ +--- +title: 容器环境变量 +id: container-env-variables +date: 2018-04-12 +full_link: /docs/concepts/containers/container-environment-variables.md +short_description: > + 容器环境变量提供了运行容器化应用所必须的一些重要信息。 + +aka: +tags: +- fundamental +--- + + + + + + 容器环境变量提供了运行容器化应用所必须的一些重要信息。 + + + + + 容器环境变量为运行中的容器化应用提供必要的信息,同时还提供与 {{< glossary_tooltip text="容器" term_id="container" >}} 重要资源相关的其他信息,例如:文件系统信息、容器自身的信息以及其他像服务端点(Service endpoints)这样的集群资源信息。