Merge pull request #22460 from oke-py/ja/glossary/image
Translate glossary/image into Japanese
This commit is contained in:
Executable
+17
@@ -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-->
|
||||
|
||||
コンテナレジストリに格納し、ローカルシステムにプルして、アプリケーションとして実行できるようにするソフトウェアをパッケージ化する方法です。イメージに含まれているメタデータは、実行する実行可能ファイル、作成者、およびその他の情報を示すことができます。
|
||||
Reference in New Issue
Block a user