I have a question regarding these instructions for attaching Docker Containers to the NAT network.
Regarding setup: I am running a Windows Server 2016 VMware instance inside a Windows 7 host. Docker is running on the Windows Server 2016 instance.
I have set up a NAT network following https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/setup-nat-network#create-a-nat-virtual-network guide, but I am confused about the instructions for connecting containers to the NAT network. I followed the second use case example (also shown above, option that says "User has installed Windows Container feature with docker engine running and now wants to connect VMs to the NAT network") but I don't know if that's what I am looking for. What further confuses me is that these instructions set up two internal switches, but in the troubleshooting section it mentions that I need only one internal switch.
What is the proper way to go about connecting docker containers to use the custom NAT network?