[zh] Sync glossary reference

This commit is contained in:
Qiming Teng
2020-12-01 18:02:40 +08:00
parent dba6763d09
commit b9d2bbdb00
14 changed files with 145 additions and 115 deletions
+10 -7
View File
@@ -12,7 +12,6 @@ tags:
---
<!--
---
title: CRI-O
id: cri-o
date: 2019-05-14
@@ -23,11 +22,11 @@ short_description: >
aka:
tags:
- tool
--- -->
-->
<!--
A tool that lets you use OCI container runtimes with Kubernetes CRI.
-->
该工具可让通过 Kubernetes CRI 使用 OCI 容器运行环境
该工具可让通过 Kubernetes CRI 使用 OCI 容器运行
<!--more-->
@@ -37,13 +36,17 @@ to enable using {{< glossary_tooltip text="container" term_id="container" >}}
runtimes that are compatible with the Open Container Initiative (OCI)
[runtime spec](https://www.github.com/opencontainers/runtime-spec).
-->
CRI-O 是 {{< glossary_tooltip text="cri" term_id="cri" >}} 的实现,与开放容器倡议 Open Container InitiativeOCI)兼容的 {{< glossary_tooltip text="container" term_id="container" >}} [运行时规范](https://www.github.com/opencontainers/runtime-spec)。
CRI-O 是 {{< glossary_tooltip text="CRI" term_id="cri" >}} 的一种实现,
使得你可以使用与开放容器倡议(Open Container InitiativeOCI
[运行时规范](https://www.github.com/opencontainers/runtime-spec)
兼容的{{< glossary_tooltip text="容器" term_id="container" >}}。
<!--
Deploying CRI-O allows Kubernetes to use any OCI-compliant runtime as the container
runtime for running {{< glossary_tooltip text="Pods" term_id="pod" >}}, and to fetch
OCI container images from remote registries.
-->
部署 CRI-O 允许 Kubernetes 使用任何符合 OCI 的运行时
作为容器运行环境去运行 {{< glossary_tooltip text="Pods" term_id="pod" >}}
并从远程注册表获取 OCI 容器镜像。
部署 CRI-O 允许 Kubernetes 使用任何符合 OCI 要求的运行时作为容器运行时
去运行 {{< glossary_tooltip text="Pods" term_id="pod" >}}
并从远程容器仓库获取 OCI 容器镜像。