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?