96.9k views
16 votes
Wrtie down some containerization technology.

User Qeadz
by
4.7k points

1 Answer

10 votes

Answer:

Some containerization technologies are listed as follows: Docker, Docker Enterprise, Amazon Elastic Container Service, Container Linux, Amazon's AWS, Microsoft's Azure Container, etc.

Step-by-step explanation:

Containerization technology is a computer technology that packages software codes and their dependencies in isolated user spaces called containers so that the software can run uniformly and consistently on any infrastructure, using a shared operating system. It is the modern alternative and companion to virtualization. In simple terms, containerization is the process which packages an application with the required libraries, frameworks, and configuration files so that it can efficiently run in various computing environments.

User CassOnMars
by
5.2k points