You have a Hyper-V host named Served That runs Windows Server 2016
Server1 has a virtual machine named VM1 VM1 is configured to run the Docker daemon.
On VM1 you have a container network that uses transparent mode
You need to ensure that containers that run on VM1 can obtain IP addresses from DHCP.
What should you do?

A.
On VM1, rundocker network connect
B.
On Server1runGet-VMNetworkAdapter-VMName VM1| Set-VMNetworkAdapter-MacAddressSpoofing On
C.
On Server1, rundocker network connect
D.
On VM1, runGet-VMNetworkAdapter-VMName VM1| Set-VMNetworkAdapter-MacAddressSpoofing On.
The correct answer is: B.
You need to change the settings of the VM that hosts the containers. This way, the Hyper-V host knows that this VM’s network adapter is allowed to send packages with different source MAC addresses.
3
0