Skip to content

Commit 803b561

Browse files
committed
Translate content/ja/docs/reference/glossary/cri-o.md into Japanese
Signed-off-by: kenta-iijima <[email protected]>
1 parent ea838de commit 803b561

File tree

1 file changed

+5
-9
lines changed
  • content/ja/docs/reference/glossary

1 file changed

+5
-9
lines changed

content/ja/docs/reference/glossary/cri-o.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@ id: cri-o
44
date: 2019-05-14
55
full_link: https://cri-o.io/#what-is-cri-o
66
short_description: >
7-
A lightweight container runtime specifically for Kubernetes
7+
Kubernetesに特化した軽量コンテナランタイム
88
99
aka:
1010
tags:
1111
- tool
1212
---
13-
A tool that lets you use OCI container runtimes with Kubernetes CRI.
13+
Kubernetes CRIと一緒にOCIコンテナランタイムを使うためのツールです。
1414

1515
<!--more-->
1616

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コンテナイメージを取得することができるようになります。
2120

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.

0 commit comments

Comments
 (0)