From 88f766c859cbdbbb879b840441768bb664ba3f6f Mon Sep 17 00:00:00 2001 From: Curtis Ekstrom Date: Sun, 8 Jan 2017 15:26:24 +0100 Subject: [PATCH] Fix typo (are -> area) --- engine/userguide/storagedriver/imagesandcontainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/userguide/storagedriver/imagesandcontainers.md b/engine/userguide/storagedriver/imagesandcontainers.md index 19fc880060b..1f612b6f92d 100644 --- a/engine/userguide/storagedriver/imagesandcontainers.md +++ b/engine/userguide/storagedriver/imagesandcontainers.md @@ -215,7 +215,7 @@ hash. The combination of these four layers makes up the `ubuntu:15.04` Docker image. Each of these layers is stored in its own directory inside the Docker host's -local storage are. +local storage area. Versions of Docker prior to 1.10 stored each layer in a directory with the same name as the image layer ID. However, this is not the case for images pulled