az-800 Practice Question 1011

Exam: az-800
Domain: Manage virtual machines and containers
Topic: Create and manage containers
Difficulty: easy
You need to deploy Docker Enterprise Edition on a Windows Server 2022 machine to manage containers natively. Which PowerShell provider should you use to install the Docker daemon?

Answer Options

A
NanoServerPackage
B
ContainerImage
C
DockerMsftProvider
D
PSGallery

Correct Answer

C: DockerMsftProvider

Explanation

The DockerMsftProvider provider module allows you to easily install and update the Docker Engine on Windows Server using the Install-Package cmdlet.