Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 70-743 Topic 9 Question 4 Discussion

Actual exam question for Microsoft's 70-743 exam
Question #: 4
Topic #: 9
[All 70-743 Questions]

You have a server named Server1 that runs Windows Server 2016. You install the Docker daemon on Server1.

You need to configure the Docker daemon to accept connections only on TCP port 64500.

What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: C

Configure Docker with Configuration File

The preferred method for configuring the Docker Engine on Windows is using aconfiguration file. The configuration file can be found at 'c:\ProgramData\docker\config\daemon.json'.

Only the desired configuration changes need to be added to the configuration file. For example, this sample configures the Docker Engine to accept incoming connections onport 64500. All other configuration options will use default values.

{

"hosts": ["tcp://0.0.0.0:64500"]

}

References:

https://msdn.microsoft.com/en-us/virtualization/windowscontainers/docker/configure_docker_daemon


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel