Installation, Storage, and Compute with Windows Server 2016 — Question 68
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 thesc privsc ommand.
- B. Edit the Daemon.json file.
- C. Add Docker Administrators to the local Administrators group.
- D. Edit the Configuration.json file.
Correct answer: C
Explanation
The correct action is to add Docker Administrators to the local Administrators group, as this grants the necessary permissions to manage Docker. The other options either involve incorrect commands or files that do not directly grant administrative rights for Docker.