Upgrading Your Skills to MCSA: Windows Server 2016 — Question 84

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?

Answer options

Correct answer: D

Explanation

The correct answer is D, as running the sc config command allows you to configure the service, including setting the listening port for the Docker daemon. The other options do not directly change the Docker configuration to restrict connections to the specified TCP port.