From ef28d00524b4d99a6270e798630fa285643e5cfd Mon Sep 17 00:00:00 2001 From: lakshmi prasuna Date: Wed, 9 Nov 2022 18:46:23 +0530 Subject: [PATCH 1/2] Expanded container term in Glossary. --- content/en/docs/reference/glossary/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/container.md b/content/en/docs/reference/glossary/container.md index cbf1f80fba2..db89cd543bd 100644 --- a/content/en/docs/reference/glossary/container.md +++ b/content/en/docs/reference/glossary/container.md @@ -16,4 +16,4 @@ tags: Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling. - +The applications that run inside the container are called containerized applications and the process of bundling these applications and their dependencies into a container image is called containerization. From 2cc0c9c260bbda0e142a12856e12709822545438 Mon Sep 17 00:00:00 2001 From: lakshmi prasuna Date: Fri, 11 Nov 2022 12:45:53 +0530 Subject: [PATCH 2/2] Update content/en/docs/reference/glossary/container.md updated container term in Glossary. Co-authored-by: Rey Lejano --- content/en/docs/reference/glossary/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/container.md b/content/en/docs/reference/glossary/container.md index db89cd543bd..2034d8ada33 100644 --- a/content/en/docs/reference/glossary/container.md +++ b/content/en/docs/reference/glossary/container.md @@ -16,4 +16,4 @@ tags: Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling. -The applications that run inside the container are called containerized applications and the process of bundling these applications and their dependencies into a container image is called containerization. +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.