mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-08 16:21:42 +00:00
restruct the chapter to make it more understanding
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
##镜像的工作原理
|
||||
##镜像的实现原理
|
||||
|
||||
Docker镜像是怎么实现增量的修改和维护的?
|
||||
每个docker都有很多层次构成,docker使用 [Union FS](http://en.wikipedia.org/wiki/UnionFS) 将这些不同的层结合到一个镜像中去。
|
||||
|
Reference in New Issue
Block a user