Procházet zdrojové kódy

Merge pull request #19610 from companycy/patch-1

docs: image layers' path in aufs-driver.md
Sebastiaan van Stijn před 9 roky
rodič
revize
a1c6642c45
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.