mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
Merge pull request #9011 from vbatts/vbatts-btrfs_information
btrfs: information for the information gods
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user