+2 votes
in Continuous Integration by

What does Containerization mean? What does Containerization mean?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Jan 21 in Docker by AdilsonLima
0 votes
asked Oct 25, 2022 in Service Deployment Concepts by DavidAnderson
...