diff --git a/containers/containerization.md b/containers/containerization.md index 4599ecf3..c784fb5b 100644 --- a/containers/containerization.md +++ b/containers/containerization.md @@ -21,8 +21,8 @@ While running containers on HPC platforms does not guarantee the same performanc Containers, from a broader viewpoint, are similar to virtual machines. They attempt to isolate an application and its dependencies into a self-contained "box". The main difference is in their implementation or architecture/design.
-

+
+
Figure 1: Virtual Machines (left) structure comparison with Containers (right).