1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
fix typo

Signed-off-by: Qizhao Yang <windfarer@gmail.com>
This commit is contained in:
Eric Yang 2016-05-04 19:13:00 +08:00 committed by Qizhao Yang
parent 9c52a04f38
commit 176e9e2ffc

View file

@ -42,7 +42,7 @@ image.
Docker 1.10 introduced a new content addressable storage model. This is a Docker 1.10 introduced a new content addressable storage model. This is a
completely new way to address image and layer data on disk. Previously, image completely new way to address image and layer data on disk. Previously, image
and layer data was referenced and stored using a a randomly generated UUID. In and layer data was referenced and stored using a randomly generated UUID. In
the new model this is replaced by a secure *content hash*. the new model this is replaced by a secure *content hash*.
The new model improves security, provides a built-in way to avoid ID The new model improves security, provides a built-in way to avoid ID