메인 콘텐츠로 이동하기
  1. Projects/

Docker 없이 컨테이너 만들어보기

·74 자

발표 자료 (Container.pdf)

해당 목차는 발표 자료의 기본적인 내용을 담고 있습니다. 더 자세한 내용은 위의 PDF 를 참고해주세요.

Introduction #

  1. What is Docker
  2. Why Docker

chroot #

  1. What is chroot
  2. Breaking out chroot jail

File system #

  1. mount and root filesystem
  2. pivot_root

namespace #

  1. Mount namespace
  2. UTS namespace
  3. IPC namespace
  4. PID namespace
  5. cgroup namespace
  6. Network namespace
  7. USER namespace

Overlay Filesystem #

  1. Overlay Filesystem mount
  2. Container layout

Making own container #

  1. Let’s do it !