From the course: Docker Essential Training
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Introduction to container networking - Docker Tutorial
From the course: Docker Essential Training
Introduction to container networking
- [Instructor] Docker has a very strong networking model. Connecting containers with each other into the outside world is very easy to do with Docker. You can even customize the underlying network technology used by your containers. However, networking within containers works a little differently than you might be used to. This is a simplified diagram of a typical networking session on your computer. The content on this page was sent from a server somewhere in the LinkedIn Learning data center, to a gateway router, possibly also within their data center. These packets hopped from router to router until they made it to your router at home. Upon arrival, your router sent these packets to a network interface card, or a NIC, on your machine. Your operating system picked up these packets, looked at them, noticed, hey, this is HTML, and some other web stuff, and sent them right along to your browser, with a few extra steps along…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Introduction to container networking2m 23s
-
(Locked)
Creating Docker networks with bridge-mode networking14m 5s
-
(Locked)
Exposing container ports between containers11m 39s
-
(Locked)
Sharing a host's network with host mode networking5m 49s
-
(Locked)
Disabling networking with the none driver2m 16s
-
(Locked)
Advanced network drivers and network plugins10m 25s
-
(Locked)
-
-
-
-