Fix a few small typos in overlayfs documentation

Fixes a few minor typos in the overlayfs warning.
This commit is contained in:
Russell Cardullo 2018-03-12 09:14:05 -07:00 committed by Joao Fernandes
parent f3804e6012
commit d0cd5b1f6e
1 changed files with 2 additions and 2 deletions

View File

@ -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}