Which of the follow are descriptions are correct regarding containers? (Select 2)
Correct Answer: A,B
A logical space in the host's operating system and B. Is in an isolated environment. A container is a software package that bundles an application and its dependencies, and runs as an isolated process in the host's operating system1. Containers are lightweight, portable, and scalable, and can be deployed on any cloud infrastructure2. Unlike virtual machines (VMs), containers do not need a separate operating system or hypervisor, and share the kernel of the host3. However, containers have limited access to resources, as they are restricted by the host's capabilities and the container runtime4. Reference: 1: Nokia Bell Labs Distributed Cloud Networks, Unit 2: Cloud Technologies and Features, Section 2.2: Cloud Virtualization 2: Nokia Container Services, Overview 3: Nokia Cloud Platform, Overview 4: Containers vs. virtual machines: What's the difference?, Comparison