Building Container from scratch without Docker
·81 words
Table of Contents
Download Material (Container.pdf)
This is the table of contents that contains brief information of the lecture. For more details, you can check the PDF above.
Introduction #
- What is Docker
- Why Docker
chroot #
- What is chroot
- Breaking out chroot jail
File system #
- mount and root filesystem
- pivot_root
namespace #
- Mount namespace
- UTS namespace
- IPC namespace
- PID namespace
- cgroup namespace
- Network namespace
- USER namespace
Overlay Filesystem #
- Overlay Filesystem mount
- Container layout
Making own container #
- Let’s do it !