Docker usually containerize the services that form our stack and use inter-container networking to communicate between them. Sometimes we might need a container to talk to a service on our host that has not been containerized. Lets see how to access localhost from within a Docker container.
Continue Reading...