Update aufs-driver.md

fix typo in file path for image layers

Signed-off-by: bjcheny <companycy@gmail.com>
This commit is contained in:
companycy 2016-01-23 23:49:20 +08:00 committed by bjcheny
parent 7be8f72644
commit ac1eac21c9
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ As the `docker daemon` runs with the AUFS driver, the driver stores images and c
### Images ### Images
Image layers and their contents are stored under 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 layer in this location includes all the files and directories belonging in that
image layer. image layer.