[ja] Translate content/en/docs/reference/glossary/container-env-variables.md into Japanese (#45997)

* Translate content/en/docs/reference/glossary/container-env-variables.md into Japanese

* Fix pod to Pod

* Update content/ja/docs/reference/glossary/container-env-variables.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Correct mistranslation

* Fix for textlint-ja

---------

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
pull/46146/head
oddy 2024-05-03 07:08:49 +09:00 committed by GitHub
parent e666ed4bc4
commit 3ac23f3f50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
title: コンテナ環境変数
id: container-env-variables
date: 2018-04-12
full_link: /ja/docs/concepts/containers/container-environment/
short_description: >
コンテナ環境変数は、Pod内で実行されているコンテナに関する有用な情報を提供する`name=value`のペアです。
aka:
tags:
- fundamental
---
コンテナ環境変数は、{{< glossary_tooltip text="Pod" term_id="pod" >}}内で実行されているコンテナに関する有用な情報を提供する`name=value`のペアです。
<!--more-->
コンテナ環境変数は、{{< glossary_tooltip text="コンテナ" term_id="container" >}}にとって重要なリソースに関する情報とともに、実行中のコンテナ化されたアプリケーションが必要とする情報を提供します。たとえば、ファイルシステムの詳細、コンテナ自体の情報、あるいはサービスエンドポイントのような他のクラスターリソースです。