exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 1 question 122 discussion

Actual exam question from Microsoft's 70-743
Question #: 122
Topic #: 1
[All 70-743 Questions]

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. 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.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
References: https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Shaunyshaun
4 years, 5 months ago
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" }
upvoted 1 times
...
JayHall
4 years, 8 months ago
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
upvoted 2 times
...
ZeroWave
4 years, 8 months ago
The correct answer A: https://www.briefmenow.org/microsoft/you-need-to-ensure-that-members-of-a-security-group-nam/
upvoted 1 times
...
trames7
5 years ago
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>
upvoted 1 times
...
Pleuro
5 years, 5 months ago
You should have to modify daemon.json file and you could do that by this tool.
upvoted 1 times
...
blackjack89
5 years, 6 months ago
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
...
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.

SaveCancel
Loading ...