How Docker Works - Intro to Namespaces

  Рет қаралды 161,620

LiveOverflow

LiveOverflow

Күн бұрын

Let's figure out how Docker works! We will investigate docker by tracing the syscalls to find the Linux Kernel feature called Namespaces. We also learn about the different ones like process id, network or mount namespaces.
docker → dockerd → containerd → runC → unshare syscall
Part 1: • Introduction to Docker...
LWN Article: lwn.net/Articles/531114/
Docker Example: github.com/LiveOverflow/pwn_d...
=[ ❤️ Support ]=
→ per Video: / liveoverflow
→ per Month: / @liveoverflow
=[ 🐕 Social ]=
→ Twitter: / liveoverflow
→ Website: liveoverflow.com/
→ Subreddit: / liveoverflow
→ Facebook: / liveoverflow

Пікірлер: 193
@PwnFunction
@PwnFunction 4 жыл бұрын
Internals always fascinates me.
@carlosgarcialalicata
@carlosgarcialalicata 4 жыл бұрын
you should make a playlist of cool internals, and share it with me :)
@harelr5041
@harelr5041 2 жыл бұрын
Jack the ripper was fascinated as well.
@aspirohk3558
@aspirohk3558 9 ай бұрын
I swear
@aspirohk3558
@aspirohk3558 9 ай бұрын
@@harelr5041 where is that? I soooooo have to watch that
@puneetkumarsingh1484
@puneetkumarsingh1484 3 ай бұрын
So many videos on internet but this will have a special place amongst all of them since none of them deep dive with such clarity. I finally understand the magic behind docker and more confident in using it. Thank you very much!
@magicandmagik
@magicandmagik 4 жыл бұрын
"docker is just a fancy interface around this unshare (system call) namespace feature (of the linux kernel)." This video is amazing, thanks
@PrashantSharma-ql4yb
@PrashantSharma-ql4yb 2 жыл бұрын
This is what I call a high quality content. Very valuable. Thanks for putting in so much effort to create this.
@jousboxx9532
@jousboxx9532 4 жыл бұрын
Great video! The effort put into nifty graphics, scripting, editing and overall quality is *IMMENSELY* appreciated. Most videos on topics like this are just one take (with a bad microphone to boot). Videos like this make containers more accessible and understandable, especially for inexperienced users. You got yourself a new sub!
@ivanocj
@ivanocj 4 жыл бұрын
One of your best videos ever, congrats! Sweet spot when explaining Docker internals. I just shared with my coworkers. Thanks.
@kaprikornz
@kaprikornz 4 жыл бұрын
Excellent video! there are a lot of videos on docker out there but none come close to explaining the internals like you do! Thank you so much!
@liukang85
@liukang85 4 жыл бұрын
dat zoom at 1:32 🤣 3:48 🤣🤣 exactly how I feel about those kinds of descriptions
@lxk3il
@lxk3il 4 жыл бұрын
Great video! I am currently also working with docker and in the beginning had the same problem that I lost overview. Your video shows in a very good way what an important role the namespaces play in this process! Thanks a lot for that!
@vilks_jan
@vilks_jan 4 жыл бұрын
Great video! Worked a lot with docker lately, yet I haven't really done some digging into how it works. I like your thought process and your problem solving abilities. Thank you for yet another amazing video!
@nerdy_cat
@nerdy_cat Ай бұрын
This is what I want to see when I search for something. I wish more people would dive deep into things like you do in this video.
@khaledismaeel9710
@khaledismaeel9710 2 жыл бұрын
Really liked how you demonstrated your search inside the docs; it really demystifies the process for novice programmers.
@manuelberrueta
@manuelberrueta 4 жыл бұрын
Great job on going into the lower level stuff behind the containers. You truly have a gift!
@RohanKumar-wf9sc
@RohanKumar-wf9sc 3 жыл бұрын
Really one of your best videos on how internals work. These things always fascinates me.
@Bill-yd3jg
@Bill-yd3jg 4 жыл бұрын
I always thought Docker was magic, thx so much for the video! (also can we just take a moment for the cute as heck hand-drawn Docker logo?)
@BlackHermit
@BlackHermit 4 жыл бұрын
Great stuff, namespaces are a really cool feature and it's worth an awesome explanation by one of today's greatest processes.
@xarmison
@xarmison 4 жыл бұрын
Wonderful!!!! Please consider doing a series like this one for the kernel modules book.
@redouanekachach1053
@redouanekachach1053 3 жыл бұрын
Congrats Sr. for this wonderful video explaining the underlying "magic" of the containers which definitely helps to understand better the differences between VM and containers and what does it mean in terms of performance etc. Just for curiosity I checked the wikipedia and the "namespaces" feature was introduced in 2002 in the Linux kernel (inspired by a wider namespaces feature from Bell-Labs's Plan9 OS). It's amazing to see how could a "good feature " can create so much around after almost 20 years :D
@biyancuh
@biyancuh Жыл бұрын
Just wanna say absolutely love the big red arrow which forces me to read along with you and not ahead or before like one would with subtitles!
@WolfrostWasTaken
@WolfrostWasTaken 4 жыл бұрын
Finally! A tutorial about Docker!!! We always use Docker at work to manage our apps in production, so this will be surely interesting
@mikaell.5770
@mikaell.5770 4 жыл бұрын
Thank you so much!! Your tips to analyse what's going on inside are priceless.
@jludian
@jludian 9 ай бұрын
Had to learn these things the hard way while doing some container escape CTF, this video would have been a very solid starting point. Thank you so much for the effort you put on this, I know the lots of docs you had to review to explain this way.
@jigerjain
@jigerjain 4 жыл бұрын
Incredible! You really have a great skill to make these things seem so simple to understand. Hats off and thanks a ton ;)
@abhijeetpate1194
@abhijeetpate1194 4 жыл бұрын
bhai bhai
@MeanTheBean
@MeanTheBean 4 жыл бұрын
this must be the most information i got about the difference between Docker and VMs! many thanks!
@nickschmitt8594
@nickschmitt8594 3 жыл бұрын
One of the best explanation videos I've ever seen on any topic.
@everdrone97
@everdrone97 2 жыл бұрын
Mind blowing! I love digging into internals and this video is so well done
@pictureus
@pictureus 4 жыл бұрын
This video was awesome. Thank you for teaching this in such a clear way.
@featherance
@featherance 4 жыл бұрын
Digging into internals is always an interesting to me, but quite time consuming and easy getting frustrated though. (smile with sweat). Great video :)
@certified-forklifter
@certified-forklifter 4 жыл бұрын
thats literally what i wanted to learn a few days ago! thanks =D
@mockingbird3809
@mockingbird3809 4 жыл бұрын
I love this video. Really appreciate the efforts you put in to making these amazing quality videos ♥️
@TI_Ted
@TI_Ted 4 жыл бұрын
perfect pacing, a real pleasure to learn from this
@sebastianalexandersson3191
@sebastianalexandersson3191 4 жыл бұрын
Amazing video. Super informative and easy to understand. Thanks!
@love-hammer
@love-hammer 4 жыл бұрын
I spent hours researching this specific thing the other day, mostly comparing "containers" to FreeBSD Jails. It's so hard to find useful information wading through all the devops marketing nonsense. Thank you for taking an interest in this topic and sharing your research process.
@crackerahul
@crackerahul 4 жыл бұрын
Best and detailed explanation. Thankyou for making this.
@zyishai
@zyishai 4 жыл бұрын
Thank you for the clear and deep explanation!
@AnantaAkash.Podder
@AnantaAkash.Podder 22 сағат бұрын
Thank you very much.... Your explanations are just the BEST❤️❤️
@cmatthew91
@cmatthew91 4 жыл бұрын
I've been using containers daliy for years at my work, still this was really cool, and informative even for me, thanks
@chillyvanilly6352
@chillyvanilly6352 3 жыл бұрын
This video was MAGNIFICENT!! Thank you a lot!
@eldaiblol1492
@eldaiblol1492 4 жыл бұрын
This is such well made, and well explained video! awesome, thanks so much!
@RegularEverydayNormalGuy
@RegularEverydayNormalGuy 11 ай бұрын
Thank you for this amazing video, it was great to solidify what I am studying!
@shashanksharma21
@shashanksharma21 2 жыл бұрын
Wow this is illuminating! Thank you for making this !
@abhinavjain9264
@abhinavjain9264 8 ай бұрын
The BEST video I have ever seen on Docker.
@RandomNullpointer
@RandomNullpointer 4 жыл бұрын
Love your videos and their style. Thanks!
@jkbecker
@jkbecker 4 жыл бұрын
Thanks! Great look behind the scenes
@IDCMI
@IDCMI 4 жыл бұрын
VIM has pretty good strace highlighting :) Great videos as always.
@anatolystrashkevich7621
@anatolystrashkevich7621 3 жыл бұрын
thank you very much this is incredibly informative and answered all my questions, thank you again!
@uberwebd9824
@uberwebd9824 2 жыл бұрын
please please please make more videos like this. This is invaluable information.
@nowherelefttojump
@nowherelefttojump 4 ай бұрын
absolutely love this explanation!!
@uberwebd9824
@uberwebd9824 2 жыл бұрын
I immediately subscribed to your channel as soon as I saw this video. ty for content like this.
@patrickstival6179
@patrickstival6179 4 жыл бұрын
I usually don't understand much of what you say in your videos, but I think in this one stuff are clearer.
@oliverlauche5555
@oliverlauche5555 Жыл бұрын
What a great video - I am not the most advanced linux user but this makes perfect sense to me now
@BobiswHack
@BobiswHack 4 жыл бұрын
Perfect timing! A few hours ago I was thinking of finding some resources to learn Docker xD Right on time!
@tymekl1509
@tymekl1509 4 жыл бұрын
lul
@PietSahadd
@PietSahadd 4 жыл бұрын
Hehe, i started fiddling with docker too a few days ago ^^ nice video lifeoverflow 👍
@User-md3ul
@User-md3ul 4 жыл бұрын
well you don't learn docker in that sense, you learn on what docker is based (and why there are many alternatives, doing basically the same)
@vijayshreenivos9417
@vijayshreenivos9417 4 жыл бұрын
Awesome intro to namespaces with containerd and runc calls. Could we have a video on cgroups and seccomp as well to cover the security aspects od Docker containers
@yezarniko9621
@yezarniko9621 2 жыл бұрын
the best docker explanation.
@kilitr5219
@kilitr5219 4 жыл бұрын
awesome explanation! Thanks so much.
@jared9190
@jared9190 4 жыл бұрын
Very informative, thanks for the awesome video!
@JacobP81
@JacobP81 Жыл бұрын
This really clears it up for me. I just started looking into what a docer is and how it differs from a VM and I started reading about namespaces and I was like "What!??"
@viraatchandra8498
@viraatchandra8498 3 жыл бұрын
mah lawd this is comprehensive.... best docker internals overview!
@sharathnagendran3754
@sharathnagendran3754 2 жыл бұрын
Just awesome explanation !
@AshtonSnapp
@AshtonSnapp 4 жыл бұрын
A container/namespace is essentially a pocket dimension. You have the main universe or dimension (your computer), but then you can create a dimension within it that can be seen from the main one, but not vice versa.
@mchammer5026
@mchammer5026 4 жыл бұрын
Congrats on repeating what he said in the video
@davidhcefx
@davidhcefx 4 жыл бұрын
Wow what a clear explanation!
@sudeep.g
@sudeep.g 4 жыл бұрын
Absolutely Flawless! Thanks a ton
@zenobikraweznick
@zenobikraweznick 4 жыл бұрын
Awesome ! Love that arrows 👍
@santosharakere
@santosharakere Жыл бұрын
Excellent video, thanks.
@abdarafi
@abdarafi 4 жыл бұрын
Thanks for sharing this! You helped me so much..
@luqmansen
@luqmansen 4 жыл бұрын
bruh
@abdarafi
@abdarafi 4 жыл бұрын
@@luqmansen wadaw ke gap 🏃
@pradeepparsam6471
@pradeepparsam6471 2 жыл бұрын
Woow!! What an explanation, Thanks for expalining this in a fascinating way, and whoever dislikes this video, shame on you.
@samucancld
@samucancld 23 күн бұрын
Fascinating content, thanks!
@ryannguyen8001
@ryannguyen8001 10 ай бұрын
Thanks for sharing. Very good video.
@waqar_asgar__r7294
@waqar_asgar__r7294 3 жыл бұрын
such an amazing video. Good job.
@sergey1242
@sergey1242 3 жыл бұрын
This is the best explanation what is the difference between Vm and container. Thanks a lot
@MattiaRighetti
@MattiaRighetti 4 жыл бұрын
Definitely enjoy this topic!
@AlexanderDemin
@AlexanderDemin Жыл бұрын
Great explanation! 👍
@tatogtech6748
@tatogtech6748 7 ай бұрын
Great explanation!
@dmurphydrtc
@dmurphydrtc 4 жыл бұрын
This is fantastic info., thanks for sharing.
@JetJockey87
@JetJockey87 4 жыл бұрын
Amazing explanation of a ridiculously complex system
@nischalstha9
@nischalstha9 Жыл бұрын
Nicely explained ❤
@iradnuriel9087
@iradnuriel9087 4 жыл бұрын
Learned a lot from this video!!!!!!!
@AmanNidhi
@AmanNidhi 4 жыл бұрын
i know this channel is related to CTF and hacking but can you please also make more videos like these on software, which we just take it for granted and never try to understand the software from the actual process/syscall level.
@Lukeff7
@Lukeff7 3 жыл бұрын
Great video, thank you! Subscribed :)
@yuvaldahan642
@yuvaldahan642 4 жыл бұрын
Docker dosen't only use namespaces, it also uses other kernel features such as cgroups, seccomp...
@cassandradawn780
@cassandradawn780 4 жыл бұрын
Yay! New video. Thanks
@doclorianrin7543
@doclorianrin7543 5 ай бұрын
This video is straight fire!!
@kdelmonten
@kdelmonten 4 жыл бұрын
Aside from being an unbelievably good informational video... This shit is funny too... Subscribed
@ArtemYakovlev
@ArtemYakovlev 4 жыл бұрын
Amazing tutorial video
@mimizdani8194
@mimizdani8194 4 жыл бұрын
. Ich müsste mit Docker während ein Projekt im Master arbeiten, bisher könnte ich das Untershied zwischen Docker und VMs nicht verstehen. jetzt es ist Klar für mich, Vielen Dank für die einfachee Erklärung :D schönen Tag noch!
@guillerman20
@guillerman20 4 жыл бұрын
Thanks, excellent content
@Stoney_Eagle
@Stoney_Eagle 4 жыл бұрын
Can you make a video on the stuff NOT to do and how to prevent leaks to the host system?
@User-md3ul
@User-md3ul 4 жыл бұрын
welp, depending on who you ask docker is not a security system
@timm9301
@timm9301 4 жыл бұрын
@@User-md3ul No it is not, but there are ways to harden it and thus creating layered security. So in a sense, it is and it isn't.
@eugenej.5584
@eugenej.5584 3 жыл бұрын
Try running bash code ":(){ :|:& };:" in docker container (on linux host) - have fun
@Stoney_Eagle
@Stoney_Eagle 3 жыл бұрын
@@eugenej.5584 I think I'm gonna pass on that one 😂😂😂 doesn't look to me that it's a valid command but you never know 🤔
@VoltHaul
@VoltHaul 3 жыл бұрын
@@Stoney_Eagle it's a fork bomb. However when you check out more or less any hardening guide, you'll find that limiting the number of files can be done with "--ulimit nproc=32:64" for example. Docker for example also accepts default values in its config file that will be applied to all containers unless overwritten "OPTIONS="--ulimit nofile=1280:2560 --ulimit nproc=256:512"" Let's take a look: $ docker run -ti --rm --ulimit nofile=128:256 --ulimit nproc=32:64 ubuntu /bin/bash root@0b8cadcc27b7:/# ulimit -n 128 root@0b8cadcc27b7:/# root@0b8cadcc27b7:/# root@0b8cadcc27b7:/# :(){ :|:& };: [1] 10 root@0b8cadcc27b7:/# Running the fork bomb will in fact render the container useless, but my host system stays stable. $ lsof | awk '{print $1}' | sort | uniq -c | sort -r | head | grep dock 262 com.docker That's our expected limit and some overhead that's existing on MacOS
@alexweitz
@alexweitz 2 жыл бұрын
damn, that was such a good explanation!
@riennn2
@riennn2 4 жыл бұрын
Best way to learn Linux !
@surajkushwah3221
@surajkushwah3221 4 жыл бұрын
Another video which I ll not understand but watch till the end.
@mohammedhafiz8039
@mohammedhafiz8039 Жыл бұрын
This is awesome
@testizoizo7373
@testizoizo7373 3 жыл бұрын
Good video 👍
@SuperHddf
@SuperHddf 2 жыл бұрын
excellent! 🎉
@moczikgabor
@moczikgabor 4 жыл бұрын
Oh my... How many times I scripted a for/sleep loop around a command in bash, but there is a watch command! 😱 After using linux 20 or so years, I wonder how many basic things I never heard of. 😂
@TrailToHeaven
@TrailToHeaven 4 жыл бұрын
Thank you very much. Does this work the same thing as LXC (Liux Containers)?
@ganjargingintahyudin9774
@ganjargingintahyudin9774 4 жыл бұрын
It's very nice explanation, because so far I just think container is like vm, but in lo level it's look different..
@jonescomas5728
@jonescomas5728 2 жыл бұрын
Awesome!
@KoltPenny
@KoltPenny Жыл бұрын
You're a pro.
@mohamedbouayoune2610
@mohamedbouayoune2610 3 ай бұрын
it is incroyable, thank you
@rantanplan178
@rantanplan178 4 жыл бұрын
Are you going to cover LXC/LXD as well and include the differences between the containerization systems? (application - system containers)
@timm9301
@timm9301 4 жыл бұрын
Check out Linux Academy, they do the best on this subject.
Kernel Root Exploit via a ptrace() and execve() Race Condition
15:23
Deepdive Containers - Kernel Sources and nsenter
11:46
LiveOverflow
Рет қаралды 43 М.
ПЕЙ МОЛОКО КАК ФОКУСНИК
00:37
Masomka
Рет қаралды 9 МЛН
Последний Закат Кота Макса...
00:21
Глеб Рандалайнен
Рет қаралды 3,2 МЛН
Teenagers Show Kindness by Repairing Grandmother's Old Fence #shorts
00:37
Fabiosa Best Lifehacks
Рет қаралды 42 МЛН
100+ Docker Concepts you Need to Know
8:28
Fireship
Рет қаралды 754 М.
Network Namespaces Basics Explained in 15 Minutes
15:32
KodeKloud
Рет қаралды 104 М.
What's in a Name? - Linux Namespaces
21:13
DJ Ware
Рет қаралды 17 М.
Introduction to Linux Network Namespaces
25:51
David Mahler
Рет қаралды 121 М.
Learning Docker // Getting started!
35:56
Christian Lempa
Рет қаралды 98 М.
How Do Linux Kernel Drivers Work? - Learning Resource
17:02
LiveOverflow
Рет қаралды 527 М.
Контейнерная виртуализация в Linux
1:49:47
Computer Science Center
Рет қаралды 251 М.
Docker Networking Crash Course
49:19
Hussein Nasser
Рет қаралды 75 М.
Defending LLM - Prompt Injection
17:12
LiveOverflow
Рет қаралды 48 М.
ПЕЙ МОЛОКО КАК ФОКУСНИК
00:37
Masomka
Рет қаралды 9 МЛН