Преглед изворни кода

Update aufs-driver.md

fix typo in file path for image layers

Signed-off-by: bjcheny <companycy@gmail.com>
companycy пре 9 година
родитељ
комит
ac1eac21c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/userguide/storagedriver/aufs-driver.md

+ 1 - 1
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/<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.