Update aufs-driver.md

fix typo in file path for image layers

Signed-off-by: bjcheny <companycy@gmail.com>
Upstream-commit: ac1eac21c91c1b8395a0356699f58f1d91d0d173
Component: engine
This commit is contained in:
companycy
2016-01-24 10:03:29 +08:00
committed by bjcheny
parent 71f0714dde
commit 45cae822ec
@@ -108,7 +108,7 @@ As the `docker daemon` runs with the AUFS driver, the driver stores images and c
### Images
Image layers and their contents are stored under
`/var/lib/docker/aufs/mnt/diff/<image-id>` directory. The contents of an image
`/var/lib/docker/aufs/diff/<image-id>` directory. The contents of an image
layer in this location includes all the files and directories belonging in that
image layer.