Basic Concepts





1) Container


A container is like a lightweight box that bundles everything an application needs to run.


Application code
Runtime (for example Java or Python)
Dependency libraries
Basic system tools


Compared with virtual machines, containers do not carry the overhead of a full guest operating system. They are...