mirror of https://github.com/docker/docs.git
Fix typo (#3664)
This commit is contained in:
parent
744e5eeec8
commit
a015f3dae4
|
@ -129,7 +129,7 @@ If you are still using the `overlay` driver rather than `overlay2`, see
|
|||
|
||||
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 a a _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