From 8aa60b03c3570813b12cb8f4bf7828f32434dc9f Mon Sep 17 00:00:00 2001 From: DajanaSnopkova Date: Tue, 24 Sep 2024 07:46:49 +0200 Subject: [PATCH] review by Celine --- tech/docs/infrastructure/containerization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tech/docs/infrastructure/containerization.md b/tech/docs/infrastructure/containerization.md index e3f2eac..470718a 100644 --- a/tech/docs/infrastructure/containerization.md +++ b/tech/docs/infrastructure/containerization.md @@ -1,3 +1,3 @@ # Containerization -The SWR is being developed in a containerised docker environment. This means that each software component, be it a database or other storage, or a service of some kind, is compiled into a container image. These images are made available in a hub or repository, so that they can be deployed automatically whenever needed, including to fresh hardware. +The SWR is being developed in a containerised docker environment. This means that each software component, whether it's a database, storage system, or some kind of service, is compiled into a container image. These images are made available in a hub or repository, so that they can be deployed automatically whenever needed, including to fresh hardware.