From 52d1838a0c989f960306742faf40d41297ac0529 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 25 Nov 2018 00:09:16 +0800 Subject: [PATCH] zh-trans: add container.md (#11210) * zh-trans: add container.md zh-trans: add container.md * Update container.md --- .../zh/docs/reference/glossary/container.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/zh/docs/reference/glossary/container.md diff --git a/content/zh/docs/reference/glossary/container.md b/content/zh/docs/reference/glossary/container.md new file mode 100644 index 0000000000..16d99f4e30 --- /dev/null +++ b/content/zh/docs/reference/glossary/container.md @@ -0,0 +1,44 @@ +--- +title: 容器 +id: container +date: 2018-04-12 +full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers +short_description: > + 容器是可移植、可执行的轻量级的镜像,镜像中包含软件及其相关依赖。 + +aka: +tags: +- fundamental +- workload +--- + + + + + + 容器是可移植、可执行的轻量级的镜像,镜像中包含软件及其相关依赖。 + + + + + +容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。 +