mirror of https://github.com/docker/docs.git
Fix a few small typos in overlayfs documentation
Fixes a few minor typos in the overlayfs warning.
This commit is contained in:
parent
f3804e6012
commit
d0cd5b1f6e
|
@ -43,10 +43,10 @@ OverlayFS is supported if you meet the following prerequisites:
|
|||
`xfs_info` to verify that the `ftype` option is set to `1`. To format an
|
||||
`xfs` filesystem correctly, use the flag `-n ftype=1`.
|
||||
|
||||
> **Warning**: Running on XFS without d_type support inow canses Docker to
|
||||
> **Warning**: Running on XFS without d_type support now causes Docker to
|
||||
> skip the attempt to use the `overlay` or `overlay2` driver. Existing
|
||||
> installs will continue to run, but produce an error. This is to allow
|
||||
> users o migrate their data. In a future version, this will be a fatal
|
||||
> users to migrate their data. In a future version, this will be a fatal
|
||||
> error, which will prevent Docker from starting.
|
||||
{:.warning}
|
||||
|
||||
|
|
Loading…
Reference in New Issue