Skip to content

Commit 3ac23f3

Browse files
EigoOdaOkabe-Junya
andauthored
[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 <[email protected]> * Correct mistranslation * Fix for textlint-ja --------- Co-authored-by: Junya Okabe <[email protected]>
1 parent e666ed4 commit 3ac23f3

File tree

1 file changed

+17
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)