Skip to content

Commit

Permalink
Merge pull request docker#15191 from KhooHaoYit/patch-1
Browse files Browse the repository at this point in the history
fix typo in overlayfs-driver
  • Loading branch information
usha-mandya authored Aug 5, 2022
2 parents 52becc3 + 7fa00f6 commit a373a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/storagedriver/overlayfs-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a373a7b

Please sign in to comment.