JN0-214 · Question #13
Which two statements about containers are true? (Choose two.)
The correct answer is B. Containers package the entire runtime environment of an application, including its D. Containers share the use of the underlying system's kernel. Option B: Containers bundle the application code, runtime, libraries, and configuration files into a single package. This ensures consistency across different environments and eliminates issues caused by differences in dependencies. Option D: Containers leverage the host…
Question
Which two statements about containers are true? (Choose two.)
Options
- AContainers contain executables, libraries, configuration files, and an operating system.
- BContainers package the entire runtime environment of an application, including its
- CContainers can only run on a system with a Type 2 hypervisor.
- DContainers share the use of the underlying system's kernel.
How the community answered
(20 responses)- A5% (1)
- B80% (16)
- C15% (3)
Explanation
Option B: Containers bundle the application code, runtime, libraries, and configuration files into a single package. This ensures consistency across different environments and eliminates issues caused by differences in dependencies. Option D: Containers leverage the host operating system's kernel, which allows them to be lightweight and efficient. Each container has its own isolated user space but shares the kernel with other containers.
Topics
Community Discussion
No community discussion yet for this question.