Merge branch 'dev-1.17-ja.3' of https://github.com/kubernetes/website into dev-1.17-ja.3

This commit is contained in:
nishipy
2020-07-20 23:21:41 +09:00
14 changed files with 518 additions and 15 deletions
+17
View File
@@ -0,0 +1,17 @@
---
title: イメージ
id: image
date: 2018-04-12
full_link:
short_description: >
アプリケーションの実行に必要なソフトウェアのセットを持つ、保存されたコンテナの実体です。
aka:
tags:
- fundamental
---
アプリケーションの実行に必要なソフトウェアのセットを持つ、保存された{{< glossary_tooltip text="コンテナ" term_id="container" >}}の実体です。
<!--more-->
コンテナレジストリに格納し、ローカルシステムにプルして、アプリケーションとして実行できるようにするソフトウェアをパッケージ化する方法です。イメージに含まれているメタデータは、実行する実行可能ファイル、作成者、およびその他の情報を示すことができます。