Selaa lähdekoodia

Add support details for storage driver

Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
Kai Qiang Wu(Kennan) 9 vuotta sitten
vanhempi
commit
feab8b179e
1 muutettua tiedostoa jossa 13 lisäystä ja 9 poistoa
  1. 13 9
      docs/userguide/storagedriver/selectadriver.md

+ 13 - 9
docs/userguide/storagedriver/selectadriver.md

@@ -71,15 +71,19 @@ 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 |
-    |---------------|------------------------------|
-    |overlay        |No                            |
-    |aufs           |No                            |
-    |btrfs          |Yes                           |
-    |devicemapper   |No                            |
-    |vfs*           |No                            |
-    |zfs            |Yes                           |
-
+|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              |
+
+
+> **Note**
+> Incompatible with means some storage drivers can not run over certain backing
+> 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
 to the `docker daemon` command line, or by setting the option on the
 to the `docker daemon` command line, or by setting the option on the