website/content/zh/docs/reference/glossary/containerd.md

40 lines
1000 B
Markdown

---
title: containerd
id: containerd
date: 2019-05-14
full_link: https://containerd.io/docs/
short_description: >
强调简单性、健壮性和可移植性的一种容器运行时
aka:
tags:
- tool
---
<!--
---
title: containerd
id: containerd
date: 2019-05-14
full_link: https://containerd.io/docs/
short_description: >
A container runtime with an emphasis on simplicity, robustness and portability
aka:
tags:
- tool
---
-->
强调简单性、健壮性和可移植性的一种容器运行时
<!--more-->
<!--
containerd is a {{< glossary_tooltip text="container" term_id="container" >}} runtime
that runs as a daemon on Linux or Windows. containerd takes care of fetching and
storing container images, executing containers, providing network access, and more.
-->
containerd 是一种{{< glossary_tooltip text="容器" term_id="container" >}}运行时,能在 Linux 或者 Windows 后台运行。
containerd 能取回、存储容器镜像,执行容器实例,提供网络访问等。