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
- A. Run the sc privsc ommand.
- B. Edit the Daemon.json file.
- C. Add Docker Administrators to the local Administrators group.
- D. Edit the Configuration.json file.
- E. Modify the Security settings of Docker.exe.
- F. Run the Set-Service cmdlet.
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.