A small entry about Docker. I am using Docker mostly in development to have one Docker per web application I am running. It gives me the advantage to have different instances of Apache running that are isolated. A f
Docker’s localhost is not my machine localhost. After some research, I found that using the DNS docker.for.mac.host.internal was the way to access my developer machine. It works for a MacOs.