Docker Container Networking with Docker-in-Docker
There are pros and cons for both DinD and bind mounting the Docker socket and there are certainly use cases for both. As an example, check out this set of blog posts, which does a good job of explaining one of the use cases. Given your example docker-in-docker setup above, you can access Apache httpd … Read more