From 38d123f0a1413c8477c063d2a81b4b429a2d10b7 Mon Sep 17 00:00:00 2001 From: "Smith, Brent" Date: Tue, 7 May 2024 21:06:05 -0400 Subject: [PATCH] image and caption alignment --- containers/containerization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-

virtual machines

- containers +virtual machines +containers

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