fix typo in overlayfs-driver

This commit is contained in:
Khoo Hao Yit 2022-07-22 23:27:49 +08:00 committed by GitHub
parent b76954565d
commit 60ab407e12
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 - **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 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. performance overhead.
- **The file only exists in the container layer**: If a container opens a file - **The file only exists in the container layer**: If a container opens a file