EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The main characteristics of the containers are:
|
Portability: we can deploy it in any other system.
|
|
Self-sufficiency: A Docker container does not contain a complete system, but only those libraries, files and configurations necessary to deploy the functionalities it contains.
|
|
Lightness: LOS base images that are lighter than OS can be used in a virtual machine.
|
|
Only A and B are characteristics of containers.
|
Explanation:
Detailed explanation-1: -Docker containers are process-isolated and don’t require a hardware hypervisor. This means Docker containers are much smaller and require far fewer resources than a VM. Docker is fast.
Detailed explanation-2: -The lightweight architecture of Docker containers is less resource-intensive than virtual machines. In the case of a virtual machine, resources like CPU, memory, and I/O may not be allocated permanently to containers-unlike in the case of a Docker container, where the resource usage works with the load or traffic.
There is 1 question to complete.