mirror of https://github.com/docker/docs.git
Update overlayfs-driver.md
Update "referred to a" to "referred to as a"
This commit is contained in:
parent
95fd472135
commit
4ede4f8558
|
@ -269,7 +269,7 @@ for `overlay2`.
|
|||
|
||||
OverlayFS layers two directories on a single Linux host and presents them as
|
||||
a single directory. These directories are called _layers_ and the unification
|
||||
process is referred to as _union mount_. OverlayFS refers to the lower directory
|
||||
process is referred to as a _union mount_. OverlayFS refers to the lower directory
|
||||
as `lowerdir` and the upper directory a `upperdir`. The unified view is exposed
|
||||
through its own directory called `merged`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue