diff --git a/docs/userguide/storagedriver/btrfs-driver.md b/docs/userguide/storagedriver/btrfs-driver.md index 7f002df294..b4e4187c81 100644 --- a/docs/userguide/storagedriver/btrfs-driver.md +++ b/docs/userguide/storagedriver/btrfs-driver.md @@ -165,7 +165,7 @@ Stop the Docker daemon. Then, ensure that you have a spare block device at `/dev The procedure also assumes your kernel has the appropriate Btrfs modules loaded. To verify this, use the following command: ```bash -$ cat /proc/filesystems | grep btrfs` +$ cat /proc/filesystems | grep btrfs ``` ### Configure Btrfs on Ubuntu 14.04 LTS