Awesome! This is by far one of the best explanations to understand containers from scratch. In science, for example, a derivation of a formula can help to get a better understanding of itself. Your approach is in my opinion comparable to that and has a mindblowing effect for me.
I love love love that you step through figuring out how how to do it, not just showing the outcome and running through the final answer. Showing the error, how to figure that out, then the next error, then how to find the reason for that, is teaching everyone to fish. This kind of education is way underrated in this day and age.
Your approach of demystifying and investigating the source code of the linux kernel is unique! Thanks a lot for this! I know that you guys are here on a mission but I'd love to see more from you regarding the linux and unix-like kernels.
this is awesome - Researching it never really alligned with all what I do professionally so it is really cool to see it demonstrated by someone who had time to really do research about it and present in easy digestable form. Great work mate.
There are a lot of similarities! But chroot is a syscall, and venv I think is just changing PATH to achieve a similar effect while leaving the file system in place. ( Or at least this is my understanding )
so i guess, compared to using chroot , the only beneficial abstraction docker provides is layers. docker doesn't provide features like namespaces, cgroups, its already present in the linux kernel.
This person worked on my windows 8.1 and he installed Linux on my toshiba and all kinds of remote settings. he also has me connected to a submask network local , after I knew this I bout me a macbook, now he has installed Unix Chroots,, it says I have flash storage and in disk utility it says I'm connected via PCI Im not sure but I think he has installed a network card on my toshiba which transferred over to my macbook when I connected my external disc after being in windows I guess it transferred over to mac.. I am connected to aws amazon which I didn't do.. I think I am on a virtual machine or he is one, he is using my local IP address so he has pairing my mac with iphone and ipad he is the adminstrator over all the stuff I need to deleted, its all executables, can you help me? oh my bootup start is a photo, but i guess that is what chroots is maybe I dunno just found it this morning I want out of it how??
The disk utility in Windows will not show you network information. PCIe is a physical form factor. In this context it means that your flash storage is communicating over PCIe. Your drive is what is known as an NVMe drive and its basically a very fast SSD. If you need to delete some files but something is remotely blocking you can boot the computer into safe mode without networking. Or you can just power off your router to disable internet access.
@@MagnumCarta I have found there are a optical disk image MS fat 32 I think I think Im a virtual machine with windows server and an active directory on my mac does this make sense, I can't download nothin I dont know how to erase it he has the thing that looks like r-r-x-xx id have to look it back up to give u the exact thing but it says to override and commands with sudo I don't even have a file systems its blank ..xml markup document and unix installed can u help me thank you so much for responding
@@suzieq8379 FAT32 is filesystem format typically used for USBs or other portable mass storage media (e.g. external hard drives). To check if you're a virtual machine on Windows press Start -> type in "run" -> in the new pop up type in "msinfo32". If the System Manufacturer shows VMWare or if you see "a hypervisor has been detected" in the pop up then you're in a virtual machine. For Mac you can open the terminal and type in "ioreg -l | grep -i 'Vendor Name'".
@@suzieq8379 When you're saying you think you have a "Unix installed" try running cat /etc/os-release and paste in the output in the comment. This will tell me the distribution it believes it is. Right now its all over the place. I'm hearing about a Windows 8.1 machine that got some stuff installed then a Mac and somehow the Mac is connected to Active Directory and then Unix is installed and there's a blank XML file. Right now the info is all over the place. Makes it hard to troubleshoot.
I mean a VM is also "just" a process. Weird that your video focus on the sandbox aspect of docker, as for me its nothing unique about it. Whats unique about docker is the ability to distribute, allowing your image to run in any machine. But maybe I'm wrong, im no docker pro
What makes Docker unique is it manages setting up resource quotas and namespaces for you automatically. The union filesystem (typically overlayfs) is what defines the image. Its really the management of all three of these things that made Docker so popular as a container runtime. The union filesystem is basically just a fancy tar.gz file. This is broken up into "layers" to speed up the image build process since different portions of the image can be transferred at different rates of time. The layering also minimizes the amount of storage used by allowing multiple images to use the same base layers like alpine.
Awesome! This is by far one of the best explanations to understand containers from scratch. In science, for example, a derivation of a formula can help to get a better understanding of itself. Your approach is in my opinion comparable to that and has a mindblowing effect for me.
Thank you so much!
I love love love that you step through figuring out how how to do it, not just showing the outcome and running through the final answer. Showing the error, how to figure that out, then the next error, then how to find the reason for that, is teaching everyone to fish. This kind of education is way underrated in this day and age.
Mind blown with how chroot just changes a pointer, amazing video!
It blew my mind as well!
same
Your approach of demystifying and investigating the source code of the linux kernel is unique! Thanks a lot for this! I know that you guys are here on a mission but I'd love to see more from you regarding the linux and unix-like kernels.
You are welcome! What would you like to see?
this is awesome - Researching it never really alligned with all what I do professionally so it is really cool to see it demonstrated by someone who had time to really do research about it and present in easy digestable form. Great work mate.
Awesome, thank you!
I was fun.
appreciate by heart this. So very nice to understand containers. simplicity comes at the lowest levels
You're very welcome!
Thank you simple and clear explanation
Super cool, super helpful! Thanks!
Great video! Going through the comments, it seems like people love to comment before the video ends😂
Amazing talk, love it, I always love to learn inner nuances of how things work even though I am using these high-level stuff for so long
Glad you enjoyed it!
thanks a lot, this helps to understand all the play with chroot, container. thanks a lot.
You are welcome!
This is gold!
Thanks!
Very nice and detail dive into containers
Thank you so much 😊
thank you. ❤
any good resource to learn low level docker ?
Excellent!
Thank you for providing the source code . I’m curious to see if it’s create it own names space
I would assume that stuff like venv would do something similar, though probably not as fancy as using chroot.
There are a lot of similarities! But chroot is a syscall, and venv I think is just changing PATH to achieve a similar effect while leaving the file system in place. ( Or at least this is my understanding )
Great content. Btw docker doesnt use chroot instead it uses pivotroot. Chroot has security bypass problem which pivotroot doesn't have.
Thanks for watching!
Yeah, I mention pivot root in the talk actually, although only briefly.
Woah!
It's just 2 dwarfs in a trench coat
so i guess, compared to using chroot , the only beneficial abstraction docker provides is layers.
docker doesn't provide features like namespaces, cgroups, its already present in the linux kernel.
No Docker doesn't provide namespaces or cgroups. But it brings them together with pivotroot and layers and etc into a hopefully cohesive package.
@@EarthlyTechbruh that what i said, man
@@ade5324 Deadass bruh. No cap. Braaap.
This person worked on my windows 8.1 and he installed Linux on my toshiba and all kinds of remote settings. he also has me connected to a submask network local , after I knew this I bout me a macbook, now he has installed Unix Chroots,, it says I have flash storage and in disk utility it says I'm connected via PCI Im not sure but I think he has installed a network card on my toshiba which transferred over to my macbook when I connected my external disc after being in windows I guess it transferred over to mac.. I am connected to aws amazon which I didn't do.. I think I am on a virtual machine or he is one, he is using my local IP address so he has pairing my mac with iphone and ipad he is the adminstrator over all the stuff I need to deleted, its all executables, can you help me? oh my bootup start is a photo, but i guess that is what chroots is maybe I dunno just found it this morning I want out of it how??
The disk utility in Windows will not show you network information. PCIe is a physical form factor. In this context it means that your flash storage is communicating over PCIe. Your drive is what is known as an NVMe drive and its basically a very fast SSD.
If you need to delete some files but something is remotely blocking you can boot the computer into safe mode without networking. Or you can just power off your router to disable internet access.
@@MagnumCarta I have found there are a optical disk image MS fat 32 I think I think Im a virtual machine with windows server and an active directory on my mac does this make sense, I can't download nothin I dont know how to erase it he has the thing that looks like r-r-x-xx id have to look it back up to give u the exact thing but it says to override and commands with sudo I don't even have a file systems its blank ..xml markup document and unix installed can u help me thank you so much for responding
@@MagnumCarta I try to change permissions and it will not let me
@@suzieq8379 FAT32 is filesystem format typically used for USBs or other portable mass storage media (e.g. external hard drives). To check if you're a virtual machine on Windows press Start -> type in "run" -> in the new pop up type in "msinfo32". If the System Manufacturer shows VMWare or if you see "a hypervisor has been detected" in the pop up then you're in a virtual machine. For Mac you can open the terminal and type in "ioreg -l | grep -i 'Vendor Name'".
@@suzieq8379 When you're saying you think you have a "Unix installed" try running cat /etc/os-release and paste in the output in the comment. This will tell me the distribution it believes it is. Right now its all over the place. I'm hearing about a Windows 8.1 machine that got some stuff installed then a Mac and somehow the Mac is connected to Active Directory and then Unix is installed and there's a blank XML file. Right now the info is all over the place. Makes it hard to troubleshoot.
I mean a VM is also "just" a process.
Weird that your video focus on the sandbox aspect of docker, as for me its nothing unique about it. Whats unique about docker is the ability to distribute, allowing your image to run in any machine.
But maybe I'm wrong, im no docker pro
What makes Docker unique is it manages setting up resource quotas and namespaces for you automatically. The union filesystem (typically overlayfs) is what defines the image. Its really the management of all three of these things that made Docker so popular as a container runtime. The union filesystem is basically just a fancy tar.gz file. This is broken up into "layers" to speed up the image build process since different portions of the image can be transferred at different rates of time. The layering also minimizes the amount of storage used by allowing multiple images to use the same base layers like alpine.
did i really waste 30 minutes listening about how chroot works?