Upgrading Your Skills to MCSA: Windows Server 2016 — Question 58
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. Edit the Configuration.json file.
- B. Modify the Security settings of Docker.exe.
- C. Run the Set-Service cmdlet.
- D. Run the sc config command.
Correct answer: D
Explanation
The correct answer is D because running the sc config command allows you to change the service configuration of the Docker daemon, enabling specified user groups like Docker Administrators to manage it. Options A, B, and C do not specifically grant administrative rights or modify service configuration appropriately for Docker management.