mirror of https://github.com/docker/docs.git
fix typo in overlayfs-driver
This commit is contained in:
parent
b76954565d
commit
60ab407e12
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue