Container

Container is an isolated environment exists in user space that use system resources allowed by #operating-system. It doesn’t rely on hardware virtualisation. Instead, it utilises the operating system virtualisation.

Because of this, container is more lightweight, has faster startup and uses less memory than 202204071131. However, since containers share the same underlying Kernel#, they are less secure than virtual machine.

Container’s lifetime is tie to its process which is running inside it. It will die as soon as the process finished its execution.

There are different types of container:

Technologies

In different operating system, containment implementation could vary.

References

Links to this page
#container #operating-system