Installation, Storage, and Compute with Windows Server 2016 — Question 194

You have a server named Server1 that runs Windows Server 2016. The Docker daemon runs on Server1.
You need to ensure that members of a security group named Docker Administrators can administer Docker.
What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because editing the Daemon.json file allows you to configure the Docker daemon's settings, including permissions for specific user groups. The other options do not directly grant Docker management rights to the Docker Administrators group; for instance, adding them to the local Administrators group (C) may provide excessive privileges, while the other options either involve commands or configurations not relevant to managing Docker permissions.