What does Containerization mean?

Technology CommunityCategory: DevOpsWhat does Containerization mean?
VietMX Staff asked 3 years ago

Containerisation is a type of virtualization strategy that emerged as an alternative to traditional hypervisor-based virtualization.

In containerization, the operating system is shared by the different containers rather than cloned for each virtual machine. For example Docker provides a container virtualization platform that serves as a good alternative to hypervisor-based arrangements.