Docker containers in Windows host in LAN
Goal: Setting up some Docker containers in a Windows host that must be accessible within your LAN.
There are 2 ways to achieve this setup.
- With a "bridge" network setup.
- With a "NAT" network setup.
In this guide we will examine the second setup, since there are plenty of resources available for the first kind of setup already available.