Docker - Intro to virtualization and containers
Please answer the quiz and click the "Test" button at the bottom right.
Question 1
Every Linux container can:
- Kill any other process in the system.
- Execute system calls to the kernel.
- Always use the CPU as much as it needs.
- Access the host machine's file system.
Question 2
X is an abstract version of a computer, while Y is an abstract version of an application.
- Containers, Virtual machines.
- Virtual machines, Bare metal.
- Virtual machines, containers.
- Base metal, Containers.
Question 3
Which of the following resources is shared by all containers?
- Libraries
- Kernel
- Application code
- Software running on the OS system.