瀏覽代碼

docs: update graphdriver compatibility matrix

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
Sven Dowideit 9 年之前
父節點
當前提交
a7bf4e4832
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      docs/userguide/storagedriver/selectadriver.md

+ 11 - 11
docs/userguide/storagedriver/selectadriver.md

@@ -40,10 +40,10 @@ driver names:
 |AUFS          |`aufs`               |
 |AUFS          |`aufs`               |
 |Btrfs         |`btrfs`              |
 |Btrfs         |`btrfs`              |
 |Device Mapper |`devicemapper`       |
 |Device Mapper |`devicemapper`       |
-|VFS*          |`vfs`                |
+|VFS           |`vfs`                |
 |ZFS           |`zfs`                |
 |ZFS           |`zfs`                |
 
 
-To find out which storage driver is set on the daemon , you use the
+To find out which storage driver is set on the daemon, you use the
 `docker info` command:
 `docker info` command:
 
 
     $ docker info
     $ docker info
@@ -71,18 +71,18 @@ For example, the `btrfs` storage driver on a Btrfs backing filesystem. The
 following table lists each storage driver and whether it must match the host's
 following table lists each storage driver and whether it must match the host's
 backing file system:
 backing file system:
 
 
-|Storage driver |Must match backing filesystem |Incompatible with   |
-|---------------|------------------------------|--------------------|
-|`overlay`      |No                            |`btrfs` `aufs` `zfs`|
-|`aufs`         |No                            |`btrfs` `aufs`      |
-|`btrfs`        |Yes                           |   N/A              |
-|`devicemapper` |No                            |   N/A              |
-|`vfs`          |No                            |   N/A              |
-|`zfs`          |Yes                           |   N/A              |
+|Storage driver |Commonly used on |Disabled on                   |
+|---------------|-----------------|------------------------------|
+|`overlay`      |`ext4` `xfs`     |`btrfs` `aufs` `overlay` `zfs`|
+|`aufs`         |`ext4` `xfs`     |`btrfs` `aufs`                |
+|`btrfs`        |`btrfs` _only_   |   N/A                        |
+|`devicemapper` |`direct-lvm`     |   N/A                        |
+|`vfs`          |debugging only   |   N/A                        |
+|`zfs`          |`zfs` _only_     |   N/A                        |
 
 
 
 
 > **Note**
 > **Note**
-> Incompatible with means some storage drivers can not run over certain backing
+> "Disabled on" means some storage drivers can not run over certain backing
 > filesystem.
 > filesystem.
 
 
 You can set the storage driver by passing the `--storage-driver=<name>` option
 You can set the storage driver by passing the `--storage-driver=<name>` option