From 29a5c70bce49a902eb56ca77cd7ad33c1d81c46a Mon Sep 17 00:00:00 2001 From: suning0 Date: Sun, 27 Nov 2022 17:01:30 +0800 Subject: [PATCH] container.md --- content/zh-cn/docs/reference/glossary/container.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/zh-cn/docs/reference/glossary/container.md b/content/zh-cn/docs/reference/glossary/container.md index 7a79f2233a..bd652d8e52 100644 --- a/content/zh-cn/docs/reference/glossary/container.md +++ b/content/zh-cn/docs/reference/glossary/container.md @@ -34,5 +34,7 @@ tags: -容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。 \ No newline at end of file +容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。 +在容器内运行的应用程序称为容器化应用程序。 将这些应用程序及其依赖项捆绑到容器映像中的过程称为容器化。 \ No newline at end of file