Merge pull request #15191 from KhooHaoYit/patch-1

fix typo in overlayfs-driver
This commit is contained in:
Usha Mandya 2022-08-05 13:57:23 +01:00 committed by GitHub
commit a373a7bca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ overlay.
- **The file does not exist in the container layer**: If a container opens a
file for read access and the file does not already exist in the container
(`upperdir`) it is read from the image (`lowerdir)`. This incurs very little
(`upperdir`) it is read from the image (`lowerdir`). This incurs very little
performance overhead.
- **The file only exists in the container layer**: If a container opens a file