AZ-800 · Question #108
You have a server named Server1 that runs Windows Server. You plan to host applications in Windows containers. You need to configure Server1 to run containers. What should you install?
The correct answer is C. Docker. To host applications in Windows containers, Docker (specifically the Docker Engine / Moby container runtime) must be installed on the Windows Server host. Docker provides the container runtime, image management, and the necessary tooling to build, run, and manage Windows…
Question
You have a server named Server1 that runs Windows Server. You plan to host applications in Windows containers. You need to configure Server1 to run containers. What should you install?
Options
- AWindows Admin Center
- Bthe Windows Subsystem for Linux
- CDocker
- DHyper-V
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C86% (31)
- D8% (3)
Explanation
To host applications in Windows containers, Docker (specifically the Docker Engine / Moby container runtime) must be installed on the Windows Server host. Docker provides the container runtime, image management, and the necessary tooling to build, run, and manage Windows containers. Windows Admin Center is a web-based management GUI and does not provide container runtime capability. The Windows Subsystem for Linux is for running Linux binaries and is unrelated to Windows containers. Hyper-V is a hypervisor for virtual machines; while it is optionally used for Hyper-V isolation containers, it alone does not enable Windows container hosting - Docker is still required.
Topics
Community Discussion
No community discussion yet for this question.