Skip to content

Commit 29a5c70

Browse files
committed
container.md
1 parent fa1ccd9 commit 29a5c70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/zh-cn/docs/reference/glossary/container.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ tags:
3434

3535
<!--
3636
Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling.
37+
The applications that run inside containers are called containerized applications. The process of bundling these applications and their dependencies into a container image is called containerization.
3738
-->
38-
容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。
39+
容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。
40+
在容器内运行的应用程序称为容器化应用程序。 将这些应用程序及其依赖项捆绑到容器映像中的过程称为容器化。

0 commit comments

Comments
 (0)