We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5360ce + b6f9694 commit 71c870dCopy full SHA for 71c870d
content/ja/docs/reference/glossary/cri-o.md
@@ -0,0 +1,19 @@
1
+---
2
+title: CRI-O
3
+id: cri-o
4
+date: 2019-05-14
5
+full_link: https://cri-o.io/#what-is-cri-o
6
+short_description: >
7
+ Kubernetesに特化した軽量コンテナランタイム
8
+
9
+aka:
10
+tags:
11
+- tool
12
13
+Kubernetes CRIと一緒にOCIコンテナランタイムを使うためのツールです。
14
15
+<!--more-->
16
17
+CRI-OはOpen Container Initiative (OCI) [runtime spec](https://www.github.com/opencontainers/runtime-spec)と互換性がある{{< glossary_tooltip text="コンテナ" term_id="container" >}}ランタイムを使用できるようにするための{{< glossary_tooltip term_id="cri" >}}の実装の1つです。
18
19
+CRI-Oのデプロイによって、Kubernetesは任意のOCI準拠のランタイムを、{{< glossary_tooltip text="Pod" term_id="pod" >}}を実行するためのコンテナランタイムとして利用することと、リモートレジストリからOCIコンテナイメージを取得することができるようになります。
0 commit comments