Question - Explain containerization?
Answer -
Docker containers contain different software packages like code, system tools, libraries, runtime, and settings required to run an application. The apps reside on top of the Docker engine layer. This is called containerization. It helps applications to run smoothly regardless of the environment.