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?
Looks like the answer is D.
Configure Docker on the Docker service
The Docker Engine can also be configured by modifying the Docker service with sc config.
Bill is right, the Answer is D.
Configure Docker on the Docker service
The Docker Engine can also be configured by modifying the Docker service with sc config. Using this method, Docker Engine flags are set directly on the Docker service. Run the following command in a command prompt (cmd.exe not PowerShell):
Common configuration:
Set Docker security group: When you've signed in to the Docker host and are locally running Docker commands, these commands are run through a named pipe. By default, only members of the Administrators group can access the Docker Engine through the named pipe. To specify a security group that has this access, use the group flag.
To configure Docker, you either edit/create daemon.json OR use the "sc config" tool.
You can find it in the same link provided with answer:
https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon
The Microsoft link provided clearly states "Configure Docker with a configuration file
The preferred method for configuring the Docker Engine on Windows is using a configuration file. The configuration file can be found at 'C:\ProgramData\Docker\config\daemon.json'. You can create this file if it doesn't already exist.
Trick question - there is no Configuration.json file, it is deamon.json.
None of the other answers seem to be correct.
upvoted 5 times
...
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.
Bill
Highly Voted 5 years, 6 months agolbs
4 years, 8 months ago[Removed]
Highly Voted 5 years, 6 months agoTA77
Most Recent 4 years, 5 months agoph86
4 years, 5 months agoalexnt
4 years, 6 months agoArlomini
4 years, 10 months agoabiemok
4 years, 10 months agoIzhar
4 years, 11 months agodv8inpp
5 years, 3 months agove22
4 years, 10 months agoOvan
5 years, 5 months agodan
5 years, 8 months agoDean
5 years, 8 months ago