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
|
@ -152,14 +152,14 @@ With regard to Docker, the backing filesystem is the filesystem where
|
||||||
`/var/lib/docker/` is located. Some storage drivers only work with specific
|
`/var/lib/docker/` is located. Some storage drivers only work with specific
|
||||||
backing filesystems.
|
backing filesystems.
|
||||||
|
|
||||||
| Storage driver | Supported backing filesystems |
|
| Storage driver | Supported backing filesystems |
|
||||||
|:----------------------|:------------------------------|
|
|:----------------------|:------------------------------|
|
||||||
| `overlay2`, `overlay` | `xfs` with fstype=1, `ext4` |
|
| `overlay2`, `overlay` | `xfs` with ftype=1, `ext4` |
|
||||||
| `aufs` | `xfs`, `ext4` |
|
| `aufs` | `xfs`, `ext4` |
|
||||||
| `devicemapper` | `direct-lvm` |
|
| `devicemapper` | `direct-lvm` |
|
||||||
| `btrfs` | `btrfs` |
|
| `btrfs` | `btrfs` |
|
||||||
| `zfs` | `zfs` |
|
| `zfs` | `zfs` |
|
||||||
| `vfs` | any filesystem |
|
| `vfs` | any filesystem |
|
||||||
|
|
||||||
## Other considerations
|
## Other considerations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue