Skip to content

Commit 71c870d

Browse files
authored
Merge pull request #46716 from kenta-iijima/issue46656
[ja] Translate content/en/docs/reference/glossary/cri-o.md into Japanese
2 parents f5360ce + b6f9694 commit 71c870d

File tree

1 file changed

+19
-0
lines changed
  • content/ja/docs/reference/glossary

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)