mirror of https://github.com/docker/docs.git
Merge pull request #7824 from praseodym/patch-1
Fix XFS 'ftype' option typo
This commit is contained in:
commit
446062bd08
|
@ -154,7 +154,7 @@ backing filesystems.
|
|||
|
||||
| Storage driver | Supported backing filesystems |
|
||||
|:----------------------|:------------------------------|
|
||||
| `overlay2`, `overlay` | `xfs` with fstype=1, `ext4` |
|
||||
| `overlay2`, `overlay` | `xfs` with ftype=1, `ext4` |
|
||||
| `aufs` | `xfs`, `ext4` |
|
||||
| `devicemapper` | `direct-lvm` |
|
||||
| `btrfs` | `btrfs` |
|
||||
|
|
Loading…
Reference in New Issue