瀏覽代碼

Small fix in images and containers docs

Signed-off-by: Tomasz Kopczynski <tomek@kopczynski.net.pl>
Tomasz Kopczynski 9 年之前
父節點
當前提交
d0ab1c360f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/storagedriver/imagesandcontainers.md

+ 1 - 1
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.
  is also deleted. The underlying image remains unchanged.
 
 
 Because each container has its own thin writable container layer, and all 
 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 
 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 
 state. The diagram below shows multiple containers sharing the same Ubuntu 
 15.04 image.
 15.04 image.