File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
content/ja/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,17 @@ id: cri-o
4
4
date : 2019-05-14
5
5
full_link : https://cri-o.io/#what-is-cri-o
6
6
short_description : >
7
- A lightweight container runtime specifically for Kubernetes
7
+ Kubernetesに特化した軽量コンテナランタイム
8
8
9
9
aka :
10
10
tags :
11
11
- tool
12
12
---
13
- A tool that lets you use OCI container runtimes with Kubernetes CRI.
13
+ Kubernetes CRIと一緒にOCIコンテナランタイムを使うためのツールです。
14
14
15
15
<!-- more-->
16
16
17
- CRI-O is an implementation of the {{< glossary_tooltip term_id="cri" >}}
18
- to enable using {{< glossary_tooltip text="container" term_id="container" >}}
19
- runtimes that are compatible with the Open Container Initiative (OCI)
20
- [ runtime spec] ( https://www.github.com/opencontainers/runtime-spec ) .
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コンテナイメージを取得することができるようになります。
21
20
22
- Deploying CRI-O allows Kubernetes to use any OCI-compliant runtime as the container
23
- runtime for running {{< glossary_tooltip text="Pods" term_id="pod" >}}, and to fetch
24
- OCI container images from remote registries.
You can’t perform that action at this time.
0 commit comments