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?
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.
JSON
Copy
{
"group" : "docker"
}
Guys the answer is "run the SC CONFIG command. the answer mention A. is incorrect. Its listed as "Configuration.json." The file is actually called "daemon.json." so D. is correct
You configure using sc config command
NOTE: The option name includes the equal sign.
A space is required between the equal sign and the value.
To remove the dependency, use a single / as dependency value.
type= <own|share|interact|kernel|filesys|rec|adapt|userown|usershare>
start= <boot|system|auto|demand|disabled|delayed-auto>
error= <normal|severe|critical|ignore>
binPath= <BinaryPathName to the .exe file>
group= <LoadOrderGroup>
tag= <yes|no>
depend= <Dependencies(separated by / (forward slash))>
obj= <AccountName|ObjectName>
DisplayName= <display name>
password= <password>
I think it's wrong.
Correct answer is A.
You've to edit the configuration file at the line "group": "",
sc config doesn't have any permission's related switch.
upvoted 1 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.
Shaunyshaun
4 years, 5 months agoJayHall
4 years, 8 months agoZeroWave
4 years, 8 months agotrames7
5 years agoPleuro
5 years, 5 months agoblackjack89
5 years, 6 months ago