From d0ab1c360f5af7b92ab3f414e42ad817e0bd3059 Mon Sep 17 00:00:00 2001 From: Tomasz Kopczynski Date: Sat, 14 May 2016 16:09:49 +0200 Subject: [PATCH] Small fix in images and containers docs Signed-off-by: Tomasz Kopczynski --- docs/userguide/storagedriver/imagesandcontainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/storagedriver/imagesandcontainers.md b/docs/userguide/storagedriver/imagesandcontainers.md index 1ec8a098ac..0ff08e872d 100644 --- a/docs/userguide/storagedriver/imagesandcontainers.md +++ b/docs/userguide/storagedriver/imagesandcontainers.md @@ -154,7 +154,7 @@ stored in this writable layer. When the container is deleted the writable layer is also deleted. The underlying image remains unchanged. Because each container has its own thin writable container layer, and all -changes are stored this container layer, this means that multiple containers +changes are stored in this container layer, this means that multiple containers can share access to the same underlying image and yet have their own data state. The diagram below shows multiple containers sharing the same Ubuntu 15.04 image.