Git Product home page Git Product logo

docker-source-analysis's Introduction

#《docker 源码解析》

##00 序

docker 是Linux OS虚拟化容器,原生环境是Linux 64位。具有快速开发、运维,以及部署的特点,它使SaaS层服务对系统和中间层的依赖性变弱,用户能够基于docker官方的基础镜像私人定制Dockerfile文件,搭建和配置特定服务,创建过程全都自动化实现。

docker 基于c/s模式,首先启动dockerd的服务端,并监听特定的unix socket或tcp socket,远程客户端发送请求到服务端的网络接口,然后服务端通过router实例对请求事件进行匹配和分发,再进入相应的hander处理流程,最后将执行结果回传给客户端。

本文就docker启动过程,Router路由表,Docker API等方面进行详细分析。

##01 目录

章节 标题
第一章 docker daemon 启动过程
第二章 router mapping 路由表
第三章 Docker API 应用示例
第四章 docker runc 执行过程
第五章

##02 参考

  • 《第一本Docker书》(James Turnbull 著)

  • 《Docker技术入门与实践》(杨保华 著)

  • 《Docker进阶与实战》(华为Docker实践小组 著)

  • 《Docker源码分析》(孙宏亮 著)

docker-source-analysis's People

Contributors

soh0ro0t avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.