Giter Club home page Giter Club logo

learn-docker-the-hard-way's Introduction

learn docker the hard way

Project documentation with Markdown. Docs Status

从老版本读docker, 深入了解基础实现。
为什么从老版本开始。 因为代码少,基本都是核心内容。使用以下脚本

# 统计测试以外的golang 代码行数和单词数
find . -name "*.go" -exec wc {} \; |grep -v "_test" |sort -u |awk -F" " '{a+=$1;b+=$2}END{print a, b}'

得到v0.1.0版本中golang代码4499 15630v1.0.0中增长到78070 296052v1.5.0中则是101549 376671

##阅读 在线阅读
下载**源代码**, 采用mkdocs生成html版本阅读体验较佳。
也可以在马克飞象markdown阅读md源码。

##注意事项 ###备注 代码中的原有注释沿用'//'一般为英文注释。 为了区别中文解释使用'//#'中文解释。如:

// Running in init mode
//# `SysInit`在`sysinit.go`中。

上面是源代码中的备注, 后面是中文解释

###docker版本 老版采用tagv0.1.0, 对照版采用tagv1.0.0

###版权 luw2007个人所有,转载请保留版权声明。 如果有其他参与者考虑使用开发版权, 如 Creative Commons licenses。

learn-docker-the-hard-way's People

Contributors

luw2007 avatar

Watchers

James Cloos avatar  avatar  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.