From 4ed0f95b9d6bade02d1af37bc417b1a134a9c270 Mon Sep 17 00:00:00 2001 From: Seokho Son Date: Wed, 12 Jun 2024 10:34:40 +0900 Subject: [PATCH 1/8] Add and test sign language video in the container page Signed-off-by: Seokho Son --- content/en/container.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/container.md b/content/en/container.md index 6cb69fe323..a3994126dc 100644 --- a/content/en/container.md +++ b/content/en/container.md @@ -28,3 +28,11 @@ There are limitations, however. Since containers share the same operating system, processes can be considered less secure than alternatives. Containers also require limits on the shared resources. To guarantee resources, administrators must constrain and limit memory and CPU usage so that other applications do not perform poorly. + +## Further Reading + +### In sign language + +While each country has its own sign language, we'd like to standardize signs as much as possible for new cloud native terms. When a cloud native term is composed of words that already exist in English, we'll use ASL (American Sign Language). + +{{< youtube 9acXLtLgbJg >}} From 6edd9cdc3029cdf932620fecbe6b85f28e4c6720 Mon Sep 17 00:00:00 2001 From: Catherine Paganini <74001907+CathPag@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:57:32 -0400 Subject: [PATCH 2/8] Updated H2 Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com> --- content/en/container.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/container.md b/content/en/container.md index a3994126dc..bbb9f178d3 100644 --- a/content/en/container.md +++ b/content/en/container.md @@ -29,9 +29,7 @@ Since containers share the same operating system, processes can be considered le Containers also require limits on the shared resources. To guarantee resources, administrators must constrain and limit memory and CPU usage so that other applications do not perform poorly. -## Further Reading - -### In sign language +## In sign language While each country has its own sign language, we'd like to standardize signs as much as possible for new cloud native terms. When a cloud native term is composed of words that already exist in English, we'll use ASL (American Sign Language). From 41e5998063ad9c913df9420dc9336355b1389f8c Mon Sep 17 00:00:00 2001 From: Seokho Son Date: Wed, 26 Jun 2024 22:54:10 +0900 Subject: [PATCH 3/8] Test another layout for in sign language section Signed-off-by: Seokho Son --- content/en/container.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/container.md b/content/en/container.md index bbb9f178d3..1e34134c1f 100644 --- a/content/en/container.md +++ b/content/en/container.md @@ -5,6 +5,13 @@ category: technology tags: ["application", "fundamental", ""] --- +
+

In sign language

+ While each country has its own sign language, we'd like to standardize signs as much as possible for new cloud native terms. + When a cloud native term is composed of words that already exist in English, we'll use ASL (American Sign Language). + {{< youtube 9acXLtLgbJg >}} +
+ A container is a running process with resource and capability constraints managed by a computer’s operating system. The files available to the container process are packaged as a container image. Containers run adjacent to each other on the same machine, From d5d2fc12d60e993a2b0c568475696fbb7de751cc Mon Sep 17 00:00:00 2001 From: Seokho Son Date: Wed, 26 Jun 2024 23:03:48 +0900 Subject: [PATCH 4/8] Enhance and test sign language section using summary Signed-off-by: Seokho Son --- content/en/container.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/container.md b/content/en/container.md index 1e34134c1f..0bcc80f45f 100644 --- a/content/en/container.md +++ b/content/en/container.md @@ -6,10 +6,13 @@ tags: ["application", "fundamental", ""] ---
-

In sign language

+ in sign language +
While each country has its own sign language, we'd like to standardize signs as much as possible for new cloud native terms. When a cloud native term is composed of words that already exist in English, we'll use ASL (American Sign Language). +
{{< youtube 9acXLtLgbJg >}} +
A container is a running process with resource and capability constraints managed by a computer’s operating system. From af0749fbc84b469b19bbbc899ea3163fd869efa0 Mon Sep 17 00:00:00 2001 From: Seokho Son Date: Wed, 26 Jun 2024 23:14:46 +0900 Subject: [PATCH 5/8] Update container.md Signed-off-by: Seokho Son --- content/en/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/container.md b/content/en/container.md index 0bcc80f45f..1d817f3332 100644 --- a/content/en/container.md +++ b/content/en/container.md @@ -12,8 +12,8 @@ tags: ["application", "fundamental", ""] When a cloud native term is composed of words that already exist in English, we'll use ASL (American Sign Language).
{{< youtube 9acXLtLgbJg >}} -
+
A container is a running process with resource and capability constraints managed by a computer’s operating system. The files available to the container process are packaged as a container image. From 4095ad79920798fb947450fe9f96afa02dc3d589 Mon Sep 17 00:00:00 2001 From: Noah Ispas Date: Tue, 10 Sep 2024 13:24:47 +0100 Subject: [PATCH 6/8] Update content/en/container.md Co-authored-by: Patrice Chalin Signed-off-by: Noah Ispas --- content/en/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/container.md b/content/en/container.md index 1d817f3332..a57d0aafab 100644 --- a/content/en/container.md +++ b/content/en/container.md @@ -6,7 +6,7 @@ tags: ["application", "fundamental", ""] ---
- in sign language + In sign language
While each country has its own sign language, we'd like to standardize signs as much as possible for new cloud native terms. When a cloud native term is composed of words that already exist in English, we'll use ASL (American Sign Language). From 350c2192973175166e8b051a57c3982de5ee9d7c Mon Sep 17 00:00:00 2001 From: Noah Ispas Date: Tue, 10 Sep 2024 13:24:54 +0100 Subject: [PATCH 7/8] Update content/en/container.md Co-authored-by: Patrice Chalin Signed-off-by: Noah Ispas --- content/en/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/container.md b/content/en/container.md index a57d0aafab..b9821bccc6 100644 --- a/content/en/container.md +++ b/content/en/container.md @@ -9,7 +9,7 @@ tags: ["application", "fundamental", ""] In sign language
While each country has its own sign language, we'd like to standardize signs as much as possible for new cloud native terms. - When a cloud native term is composed of words that already exist in English, we'll use ASL (American Sign Language). + When a cloud native term is composed of words that already exist in English, we'll use American Sign Language (ASL).
{{< youtube 9acXLtLgbJg >}}
From ca40cbea9df0001f4270e3af3c956374ff3a30e4 Mon Sep 17 00:00:00 2001 From: Noah Ispas Date: Tue, 10 Sep 2024 13:25:07 +0100 Subject: [PATCH 8/8] Update content/en/container.md Co-authored-by: Patrice Chalin Signed-off-by: Noah Ispas --- content/en/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/container.md b/content/en/container.md index b9821bccc6..5f87a6ad0e 100644 --- a/content/en/container.md +++ b/content/en/container.md @@ -41,6 +41,6 @@ To guarantee resources, administrators must constrain and limit memory and CPU u ## In sign language -While each country has its own sign language, we'd like to standardize signs as much as possible for new cloud native terms. When a cloud native term is composed of words that already exist in English, we'll use ASL (American Sign Language). +While each country has its own sign language, we'd like to standardize signs as much as possible for new cloud native terms. When a cloud native term is composed of words that already exist in English, we'll use American Sign Language (ASL). {{< youtube 9acXLtLgbJg >}}