Merge pull request #8205 from dmandalidis/overlay-reword

Overlay driver note rewording (fixes #38695)
This commit is contained in:
L-Hudson 2019-02-20 10:35:52 -05:00 committed by GitHub
commit 115ededf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ storage driver as `overlay` or `overlay2`.
> **Note**: If you use OverlayFS, use the `overlay2` driver rather than the
> `overlay` driver, because it is more efficient in terms of inode utilization.
> To use the new driver, you need version 4.0 or higher of the Linux kernel,
> unless you are a Docker EE user on RHEL or CentOS, in which case you need
> version 3.10.0-514 or higher of the kernel and to follow some extra steps.
> or RHEL or CentOS using version 3.10.0-514 and above. When using Docker EE
> on RHEL or CentOS, you will need to follow some extra steps.
>
> For more information about differences between `overlay` vs `overlay2`, check
> [Docker storage drivers](select-storage-driver.md).