From ac1eac21c91c1b8395a0356699f58f1d91d0d173 Mon Sep 17 00:00:00 2001 From: companycy Date: Sat, 23 Jan 2016 23:49:20 +0800 Subject: [PATCH] Update aufs-driver.md fix typo in file path for image layers Signed-off-by: bjcheny --- docs/userguide/storagedriver/aufs-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/storagedriver/aufs-driver.md b/docs/userguide/storagedriver/aufs-driver.md index 8edf7a78f4..6c1bc6be7e 100644 --- a/docs/userguide/storagedriver/aufs-driver.md +++ b/docs/userguide/storagedriver/aufs-driver.md @@ -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/` directory. The contents of an image +`/var/lib/docker/aufs/diff/` directory. The contents of an image layer in this location includes all the files and directories belonging in that image layer.