diff --git a/content/zh/docs/reference/glossary/rkt.md b/content/zh/docs/reference/glossary/rkt.md new file mode 100644 index 0000000000..6ba0e19d7d --- /dev/null +++ b/content/zh/docs/reference/glossary/rkt.md @@ -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 +--- + + + + + + 一个安全的、基于标准的容器引擎。 + + + + + +rkt 是一个应用程序 {{< glossary_tooltip text="容器" term_id="container" >}} 引擎,它具有原生的 {< glossary_tooltip text="Pod" term_id="pod" >}} 方法、可插拔的执行环境和定义良好的接口。rkt 允许用户在 Pod 和应用程序级别应用不同的配置。每个 Pod 在一个自包含的、独立的经典 Unix 进程模型中直接执行。 \ No newline at end of file