exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 2 question 3 discussion

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

You have a server named Server1 that runs Windows Server 2016. The Docker daemon runs on Server1.
You need to configure the Docker daemon to accept connections only on TCP port 64500.
What should you do?

  • A. Run the sc control command.
  • B. Run the New-NetFirewallRule cmdlet.
  • C. Modify the routing table on Server1.
  • D. Run the sc config command.
  • E. Edit the configuration.json file
  • F. Run the Set-Service Windows PowerShell cmdlet
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
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'. If this file does not already exist, it can be created.
Note: The Docker Engine can also be configured by modifying the Docker service using the sc config command.
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
spirel
4 years, 8 months ago
Answer is correct
upvoted 1 times
...
MelvinJohn
5 years ago
A or E – (E) Assuming Daemon.json is specified on the exam (A) if exam specifies “configuration.json” – no such thing -- so run the sc control command The preferred method for configuring the Docker Engine on Windows is using aconfiguration file. The configuration file can be found at ‘c:ProgramDatadockerconfigdaemon.json’. Only the desired configuration changes need to be added to the configuration file. Note: The Docker Engine can also be configured by modifying the Docker service using the sc config command. https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon https://msdn.microsoft.com/en-us/virtualization/windowscontainers/docker/configure_docker_daemon
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 ...