mirror of https://github.com/docker/docs.git
commit
9f306364f5
|
|
@ -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:
|
The procedure also assumes your kernel has the appropriate Btrfs modules loaded. To verify this, use the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cat /proc/filesystems | grep btrfs`
|
$ cat /proc/filesystems | grep btrfs
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configure Btrfs on Ubuntu 14.04 LTS
|
### Configure Btrfs on Ubuntu 14.04 LTS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue