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