Configure Windows Server for Containerization | Exam AZ-800 Preparation

Configure Windows Server for Containerization

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B

The correct answer is B. Docker.

To host applications in Windows containers, you need to install a containerization technology that supports running Windows containers. Docker is a popular containerization technology that allows you to build, ship, and run containers on various platforms, including Windows.

Docker provides a platform-agnostic way to create, deploy, and manage containers. It isolates applications from their environment, making them portable across different systems. This means that you can package an application and all its dependencies into a container and run it on any Docker-enabled host without worrying about compatibility issues.

Windows Admin Center is a browser-based management tool for Windows Server that provides a graphical user interface for managing servers, clusters, and hyper-converged infrastructure. While it can help you manage containers, it doesn't provide the containerization technology itself.

The Windows Subsystem for Linux is a compatibility layer that enables running Linux binaries natively on Windows 10 and Windows Server. It doesn't provide containerization technology for running Windows containers.

Hyper-V is a virtualization platform that allows you to create and manage virtual machines on Windows Server. While you can run containers in virtual machines, it's not the best approach because it adds overhead and reduces performance compared to running containers natively.

Therefore, the correct answer is B. Docker.