docker原理与实现

docker实现基石

  • Linux 命名空间
  • 控制组
  • UnionFS

介绍原理总结文章

https://draveness.me/docker/

 

应用文章

  • Chapter 4. Docker Fundamentals · Using Docker by Adrian Mount
  • TECHNIQUES BEHIND DOCKER
  • Docker overview
  • Unifying filesystems with union mounts
  • DOCKER 基础技术:AUFS
  • RESOURCE MANAGEMENT GUIDE
  • Kernel Korner - Unionfs: Bringing Filesystems Together
  • Union file systems: Implementations, part I
  • IMPROVING DOCKER WITH UNIKERNELS: INTRODUCING HYPERKIT, VPNKIT AND DATAKIT
  • Separation Anxiety: A Tutorial for Isolating Your System with Linux Namespaces
  • 理解 chroot
  • Linux Init Process / PC Boot Procedure
  • Docker 网络详解及 pipework 源码解读与实践
  • Understand container communication
  • Docker Bridge Network Driver Architecture
  • Linux Firewall Tutorial: IPTables Tables, Chains, Rules Fundamentals
  • Traversing of tables and chains
  • Docker 网络部分执行流分析(Libnetwork 源码解读)
  • Libnetwork Design
  • 剖析 Docker 文件系统:Aufs与Devicemapper
  • Linux - understanding the mount namespace & clone CLONE_NEWNS flag
  • Docker 背后的内核知识 —— Namespace 资源隔离
  • Infrastructure for container projects
  • Spec · libcontainer
  • DOCKER 基础技术:LINUX NAMESPACE(上)
  • DOCKER 基础技术:LINUX CGROUP
  • 《自己动手写Docker》书摘之三: Linux UnionFS
  • Introduction to Docker
  • Understand images, containers, and storage drivers
  • Use the AUFS storage driver

 

你可能感兴趣的:(docker原理与实现)