Docker Networking Tutorial (Bridge - None - Host - IPvlan - Macvlan - Overlay)

preview_player
Показать описание

▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
► Located in San Francisco Bay Area, CA (US citizen)

▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬

▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬

▬▬▬▬▬▬▬ Timestamps ⏰ ▬▬▬▬▬▬▬
0:00 Intro
2:12 Docker Bridge Network
4:44 Docker Bridge Network Demo
9:56 Docker Host Network
11:08 Docker Host Network Demo
12:02 Docker None Network
12:25 Docker None Network Demo
12:56 Docker IPvlan Network
14:18 Docker IPvlan Network Demo
15:41 Docker Macvlan Network
16:17 Docker Macvlan Network Demo
17:30 Docker Overlay Network
18:12 Docker Overlay Network Demo

▬▬▬▬▬▬▬ Source Code 📚 ▬▬▬▬▬▬▬

#networking #devops #docker
Рекомендации по теме
Комментарии
Автор

Nice to find a YouTuber in this area who is more interested in calmly, cleanly and didactically presenting educational information than he is in looking cool or wowing his audience. A refreshing change from the conventional high energy, hype oriented tech bro.

morganjones
Автор

Dude. The level of care and effort put into this video is wild. Well done!

Bregylais
Автор

One of the most practical tutorials about Docker Networking, thanks, Anton!

GabrielPozo
Автор

I can't be grateful enough, you helped me understand so many things I couldn't get before! Your content is much more informative and educational than the average linux/networking videos I see online.

mrsinho
Автор

Love that you have included mac in the video! That's very well structured. Thanks for your efforts!

chimanfok
Автор

One of the Best video on docker networks..nicely explained.

kgck
Автор

Nicely arranged content. You got to pause for a moment for us grasp the information.

MultiMallikarjuna
Автор

Your videos are simply the best. Thanks a lot

abcdxyz
Автор

Great video, Anton! Thank you for always making this content available!

Antonio-yyec
Автор

Nice, but as a networking guy I think those docker programmers must have been drunk or on some kind of drug when they gave names to their networking systems.
- Bridge is actually just PAT (with port forwarding)
- macvlan is actually just a bridge
- ipvlan is some funky hybrid where MAC addresses are shared (I can get that) BUT you need a separate subnet just for your docker containers, and the host must have at least 2 IP addresses (one regular, and one for docker).
- Host is actually more or less logical: it is as if you run the application on the host (like flatpack or snap but better)
- none is also correct.

But what I really miss is 21st century addressing, now that there are countries dat have announced the deprecation of legacy IP (cheers for the Czech Republic), when will IPv6 be embraced?

NicoDeclerckBelgium
Автор

Thanks for this video, it was so clearly

agonzalezo
Автор

Thanks Anton. What's your stack to make these tutorials?

mrexojo
Автор

Anton - how do you do your video? Every time looks fantastic!!! Thanks a lot!

VictorVedmich
Автор

Thank you, this video is what I need now

vohoang
Автор

great job
as others I would be interested to know what software do you use to create the animations

flesz_
Автор

Thank you for this video, but I have a question regarding overlay networks. Can hosts communicate with containers, meaning can they ping from the host to the container?

kwzeukx
Автор

Hi Anton, could I know the name of the editor you used to show the ‘1-compose.yanl’ file ?

vitusyu
Автор

4:03
7:30 - DEFAULT bridge network limitation

ivandrofly
Автор

hi anton, what are your thoughts on atlantis with terragrunt in a multi-repo setup with where infrastructure-modules repo has three branches dev, staging and prod? curious to how would you go about making it work all together

MrRin_
Автор

i got "Error response from daemon: invalid subinterface vlan name enp5s0, example formatting is eth0.10" when trying to create a ipvlan-net here 15:06

ixuu