mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-10 15:48:05 -05:00
slight patch
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user