Merge pull request #27846 from shuuji3/shuuji3/translate-concepts-cluster-27838

Translate concepts/cluster-administration/kubelet-garbage-collection into Japanese
This commit is contained in:
Kubernetes Prow Robot
2021-06-04 05:09:26 -07:00
committed by GitHub
2 changed files with 68 additions and 1 deletions
@@ -18,7 +18,7 @@ no_list: true
<!-- body -->
## コンテナイメージ
## コンテナイメージ {#container-images}
[コンテナイメージ](/docs/concepts/containers/images/)はすぐに実行可能なソフトウェアパッケージで、アプリケーションの実行に必要なものをすべて含んています。コードと必要なランタイム、アプリケーションとシステムのライブラリ、そして必須な設定項目のデフォルト値を含みます。
設計上、コンテナは不変で、既に実行中のコンテナのコードを変更することはできません。コンテナ化されたアプリケーションがあり変更したい場合は、変更を含んだ新しいイメージをビルドし、コンテナを再作成して、更新されたイメージから起動する必要があります。