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?
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
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
Your network contains an Active Directory domain named contoso.com. The domain contains a DNS server named Server1. All client computers run Windows 10.
On Server1, you have the following zone configuration.
You have the following subnets defined on Server1.
You need to prevent Server1 from resolving queries from DNS clients located on Subnet4. Server1 must resolve queries from all other DNS clients.
Solution: From the Security Setting of each zone on Server1, you modify the permissions.
Does this meet the goal?
Answer : B
You have a server named Server1 that runs Windows Server 2016.
You need to configure Server1 as a Web Application Proxy.
Which server role or role service should you install on Server1?
Answer : E
You have a remote access server named Server1 that runs Windows Server 2016. Server1 has DirectAccess enabled.
You have a proxy server named Server2. All computers on the internal network connect to the Internet by using the proxy.
On Server1, you run the command Set-DAClient -forceTunnel Enabled.
You need to ensure that when a DirectAccess client connects to the network, the client accesses all the Internet resources through the proxy.
What should you run on Server1?
Answer : B
You have a Hyper-V failover cluster that contains three nodes. Virtual machines are distributed evenly across the cluster nodes.
You need to ensure that if a node loses connectivity from the other nodes, the virtual machines on the node will be transitioned to one of the remaining nodes after one minute.
Which settings should you modify?
Answer : C
Your network contains an Active Directory domain named contoso.com. The domain contains a DNS server named Server1. All client computers run Windows 10.
On Server1, you have the following zone configuration
You need to prevent Server1 from resolving queries from DNS clients located on Subnet4.
Server1 must resolve queries from all other DNS clients.
Solution: From Windows PowerShell on Server1, you run the Export-DnsServerDnsSecPublicKey cmdlet.
Does this meet the goal?
Answer : B
You have a Windows Server 2016 Hyper-V failover cluster that contains two nodes named Node1 and Node2.
On Node1, you create a virtual machine named VM01 by using Hyper-V Manager.
You need to configure VM01 to move to Node2 automatically if Node1 becomes unavailable.
What should you do?