From 64aec7abe3c7bdbf4dba8060c5a91a0da291125c Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Thu, 13 Oct 2022 08:40:26 +0000 Subject: [PATCH] Added Resources for Containers (#2466) --- .../115-operations-knowledge/106-containers.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/114-software-architect/content/115-operations-knowledge/106-containers.md b/content/roadmaps/114-software-architect/content/115-operations-knowledge/106-containers.md index e9190fd9a..e544f06ff 100644 --- a/content/roadmaps/114-software-architect/content/115-operations-knowledge/106-containers.md +++ b/content/roadmaps/114-software-architect/content/115-operations-knowledge/106-containers.md @@ -1 +1,11 @@ -# Containers \ No newline at end of file +# Containers + +Containers are a construct in which [cgroups](https://en.wikipedia.org/wiki/Cgroups), [namespaces](https://en.wikipedia.org/wiki/Linux_namespaces), and [chroot](https://en.wikipedia.org/wiki/Chroot) are used to fully encapsulate and isolate a process. This encapsulated process, called a container image, shares the kernel of the host with other containers, allowing containers to be significantly smaller and faster than virtual machines. + +These images are designed for portability, allowing for full local testing of a static image, and easy deployment to a container management platform. + +Free Content +What are Containers? +What is a Container? +What are Containers? +Articles about Containers - The New Stack