slight patch

This commit is contained in:
Smith, Brent
2024-05-07 20:34:34 -04:00
parent 770aa7acf1
commit cea42bc358

View File

@@ -1,4 +1,6 @@
# CGS GAMERA Containerization
<h1>CGS GAMERA Containerization</h1>
---
___Last Updated:__ March 12, 2024, Brent Smith_
@@ -20,6 +22,7 @@ Containers, from a broader viewpoint, are similar to virtual machines. They atte
<img src="https://cdn-media-1.freecodecamp.org/images/1*RKPXdVaqHRzmQ5RPBH_d-g.png" alt="virtual machines" width="50%"/>
<img src="https://cdn-media-1.freecodecamp.org/images/1*V5N9gJdnToIrgAgVJTtl_w.png" alt="containers" width="50%"/>
</p>
<p align="center">__Figure 1:__ Virtual Machines (__left__) structure comparison with Containers (__right__).</p>
Here, the containerization engine (not the container) comprises of the guest OS to run the application. Because of this, containers can be more lightweight than VMs as well as faster to spin up.