Browse code

Fix typo in daemon storage-driver docs

Signed-off-by: Thomas Swift <tgs242@gmail.com>

Thomas Swift authored on 2015/12/30 07:06:02
Showing 1 changed files
... ...
@@ -157,7 +157,7 @@ The `btrfs` driver is very fast for `docker build` - but like `devicemapper`
157 157
 does not share executable memory between devices. Use
158 158
 `docker daemon -s btrfs -g /mnt/btrfs_partition`.
159 159
 
160
-The `zfs` driver is probably not fast as `btrfs` but has a longer track record
160
+The `zfs` driver is probably not as fast as `btrfs` but has a longer track record
161 161
 on stability. Thanks to `Single Copy ARC` shared blocks between clones will be
162 162
 cached only once. Use `docker daemon -s zfs`. To select a different zfs filesystem
163 163
 set `zfs.fsname` option as described in [Storage driver options](#storage-driver-options).