Zh translation: /docs/reference/glossary/rkt.md (#18311)

* Zh translation: /docs/reference/glossary/rkt.md

* Zh translation: /docs/reference/glossary/rkt.md
This commit is contained in:
Coffey Gao 2020-01-02 13:27:39 +08:00 committed by Kubernetes Prow Robot
parent 1133ee7ab0
commit fb5b693731
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
---
title: rkt
id: rkt
date: 2019-01-24
translater: Coffey Gao
full_link: https://coreos.com/rkt/
short_description: >
一个安全的、基于标准的容器引擎。
aka:
tags:
- security
- tool
---
<!--
---
title: rkt
id: rkt
date: 2019-01-24
full_link: https://coreos.com/rkt/
short_description: >
A security-minded, standards-based container engine.
aka:
tags:
- security
- tool
---
-->
<!--
A security-minded, standards-based container engine.
-->
一个安全的、基于标准的容器引擎。
<!--more-->
<!--
rkt is an application {{< glossary_tooltip text="container" term_id="container" >}} engine featuring a {{< glossary_tooltip text="Pod" term_id="pod" >}}-native approach, a pluggable execution environment, and a well-defined surface area. rkt allows users to apply different configurations at both the Pod and application level. Each Pod executes directly in the classic Unix process model, in a self-contained, isolated environment.
-->
rkt 是一个应用程序 {{< glossary_tooltip text="容器" term_id="container" >}} 引擎,它具有原生的 {< glossary_tooltip text="Pod" term_id="pod" >}} 方法、可插拔的执行环境和定义良好的接口。rkt 允许用户在 Pod 和应用程序级别应用不同的配置。每个 Pod 在一个自包含的、独立的经典 Unix 进程模型中直接执行。