Merge pull request #9011 from vbatts/vbatts-btrfs_information

btrfs: information for the information gods
This commit is contained in:
Jessie Frazelle
2014-11-13 20:47:07 -08:00
6 changed files with 65 additions and 2 deletions
+6
View File
@@ -162,6 +162,12 @@ SELinux, you will need to use the `selinux` build tag:
export DOCKER_BUILDTAGS='selinux'
```
If your version of btrfs-progs is < 3.16.1 (also called btrfs-tools), then you
will need the following tag to not check for btrfs version headers:
```bash
export DOCKER_BUILDTAGS='btrfs_noversion'
```
There are build tags for disabling graphdrivers as well. By default, support
for all graphdrivers are built in.