mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Merge pull request #79 from geminiyellow/docs-78
docs(zh-cn): update zh-cn/README.md(#78)
This commit is contained in:
commit
f495cc120d
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ Docker.com 把它自己的[索引](https://hub.docker.com/)托管到了它的仓
|
|||
|
||||
## 层(Layers)
|
||||
|
||||
Docker 的版本化文件系统是基于层的。就像[git的提交或文件变更系统](https://docs.docker.com/terms/layer/)一样。
|
||||
Docker 的版本化文件系统是基于层的。就像[git的提交或文件变更系统](https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/)一样。
|
||||
|
||||
注意: 如果你使用 [aufs](https://en.wikipedia.org/wiki/Aufs) 作为你的文件系统,当删除一个容器的时候,Docker 并不一定能成功删除的文件卷标!更多详细信息请参阅 [PR 8484](https://github.com/docker/docker/pull/8484)。
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue