az-800 Practice Question 949
Exam: az-800
Domain: Manage virtual machines and containers
Topic: Create and manage containers
Difficulty: medium
When running Windows Server containers with process isolation, the host OS and the container OS image must match in which of the following ways?
Answer Options
A
They do not need to match.
B
The container can be a newer version than the host.
C
The container and host OS build versions must match exactly.
D
The container can be Linux while the host is Windows.
Correct Answer
C: The container and host OS build versions must match exactly.
Explanation
For process isolation, the container OS build version must strictly match the host OS build version because they share the same kernel.