From 6034fb8536fe3762e3a1fd3cc24074031618a718 Mon Sep 17 00:00:00 2001 From: AG <98327736+ggold7046@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:15:30 +0530 Subject: [PATCH] Update _index.md Fixed grammatical errors. --- content/en/docs/concepts/containers/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/containers/_index.md b/content/en/docs/concepts/containers/_index.md index 7a1c1c9eec..8c4316cd64 100644 --- a/content/en/docs/concepts/containers/_index.md +++ b/content/en/docs/concepts/containers/_index.md @@ -14,7 +14,7 @@ Each container that you run is repeatable; the standardization from having dependencies included means that you get the same behavior wherever you run it. -Containers decouple applications from underlying host infrastructure. +Containers decouple applications from the underlying host infrastructure. This makes deployment easier in different cloud or OS environments. Each {{< glossary_tooltip text="node" term_id="node" >}} in a Kubernetes @@ -27,7 +27,7 @@ Containers in a Pod are co-located and co-scheduled to run on the same node. ## Container images A [container image](/docs/concepts/containers/images/) is a ready-to-run -software package, containing everything needed to run an application: +software package containing everything needed to run an application: the code and any runtime it requires, application and system libraries, and default values for any essential settings.