Docker Container Networking Fundamentals

In this part of the course, the fundamentals of Docker Container Networking are covered. There are two modes of Docker Networking: Host Networking and Bridge Networking. Host Networking allows Containers to share the Network of the Host, but it limits the number of Containers that can be run on the same Host. Bridge Networking creates a separate bridge Network for Containers and allows multiple Containers to use the same Port by assigning them unique IP addresses. Port mappings need to be published for each Container when using Bridge Networking. This lesson provides a basic understanding of Docker Networking, but there are more advanced options and types of Networking that can be explored.

video txt