From ec5c6c592b2604b088960a3bf955cf917797e7e3 Mon Sep 17 00:00:00 2001 From: Esoterydactyl Date: Fri, 5 Aug 2022 08:36:39 -0400 Subject: [PATCH] Add content for containers * Update 101-containers.md * Update content/roadmaps/102-devops/content/105-infrastructure-as-code/101-containers.md Co-authored-by: Kamran Ahmed --- .../105-infrastructure-as-code/101-containers.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/101-containers.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/101-containers.md index e9190fd9a..a5397edae 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/101-containers.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/101-containers.md @@ -1 +1,9 @@ -# 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?