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?
A.
Run the Set-Service cmdlet.
B.
Modify the Security settings of Dockerd.exe.
C.
Edit the Daemon.json file.
D.
Modify the Security settings of Docker.exe.
E.
Add Docker Administrators to the local Administrators group.
C -- If you put the docker admins in the local admin group you give them elevated privilages not just to docker. Changing the damon.json file is the prefered method from mircosoft. All questions use the Microsoft preferred methods, either daemon.json or 'sc config', and putting the Docker Administrators in the Local Administrators group could potentially breach security.
Correct answer is E.
Docker can only be administered by an administrator. So, by creating a Docker Administrators group and adding it to the local Administrators group, you allow the Docker
Administrators group to administer Docker. If you only edit the daemon.json file, the Docker Administrators group is still not a member of the local Administrator group to have sufficient privileges to administer Docker.
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.70-743 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
MelvinJohn
4 years, 10 months agopavlisek
4 years, 11 months ago