Networking Docker Containers
In this blog post, we will learn Docker networking concepts. Such as overlay networks, Docker swarm, embedded DNS servers, routing mesh etc. Three types of Docker networks.. Let us first understand the three types of networks available in docker: “bridge”, “none” and “host”. 3 Types of Networks A bridge is the default network a container gets attached to. If you would like…