Переглянути джерело

fix diffs->diff typo in aufs.go

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
unclejack 11 роки тому
батько
коміт
7a60b9063c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      daemon/graphdriver/aufs/aufs.go

+ 1 - 1
daemon/graphdriver/aufs/aufs.go

@@ -7,7 +7,7 @@ aufs driver directory structure
 │   ├── 1
 │   ├── 1
 │   ├── 2
 │   ├── 2
 │   └── 3
 │   └── 3
-├── diffs  // Content of the layer
+├── diff  // Content of the layer
 │   ├── 1  // Contains layers that need to be mounted for the id
 │   ├── 1  // Contains layers that need to be mounted for the id
 │   ├── 2
 │   ├── 2
 │   └── 3
 │   └── 3