mirror of https://github.com/docker/docs.git
Merge pull request #15191 from KhooHaoYit/patch-1
fix typo in overlayfs-driver
This commit is contained in:
commit
a373a7bca6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue