How to Have a Docker Container Use the Host Network
One of the things I really haven't mastered is Docker networking. It just isn't intuitive to me. What I have been able to do though, is have a container use the host address and be accessible to other hosts on the network. For example, if you have Docker installed on…