File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
content/ja/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+ A lightweight container runtime specifically for Kubernetes
8
+
9
+ aka :
10
+ tags :
11
+ - tool
12
+ ---
13
+ A tool that lets you use OCI container runtimes with Kubernetes CRI.
14
+
15
+ <!-- more-->
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 ) .
21
+
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