Accessing Services From a Docker Container on the Host
28 Mar 2019As part of my current project, I needed to call a Django web service that I was running on my host from a Docker container. I was unclear how to do this until I came across this Stackoverflow post: