restruct the chapter to make it more understanding

This commit is contained in:
Baohua Yang
2014-09-26 15:44:31 +08:00
parent 6d890cab80
commit 8add83dcc2
7 changed files with 65 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
##镜像的工作原理
##镜像的实现原理
Docker镜像是怎么实现增量的修改和维护的
每个docker都有很多层次构成docker使用 [Union FS](http://en.wikipedia.org/wiki/UnionFS) 将这些不同的层结合到一个镜像中去。