packagers: btrfs build tag docs

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
This commit is contained in:
Vincent Batts 2014-03-13 17:39:25 -04:00
parent 5cfea26bcf
commit 29c45e7f4f
1 changed files with 10 additions and 2 deletions

View File

@ -160,15 +160,23 @@ export DOCKER_BUILDTAGS='apparmor'
There are build tags for disabling graphdrivers as well. By default, support There are build tags for disabling graphdrivers as well. By default, support
for all graphdrivers are built in. for all graphdrivers are built in.
To disable devicemapper To disable btrfs:
```bash
export DOCKER_BUILDTAGS='exclude_graphdriver_btrfs'
```
To disable devicemapper:
```bash ```bash
export DOCKER_BUILDTAGS='exclude_graphdriver_devicemapper' export DOCKER_BUILDTAGS='exclude_graphdriver_devicemapper'
``` ```
To disable aufs
To disable aufs:
```bash ```bash
export DOCKER_BUILDTAGS='exclude_graphdriver_aufs' export DOCKER_BUILDTAGS='exclude_graphdriver_aufs'
``` ```
NOTE: if you need to set more than one build tag, space seperate them.
### Static Daemon ### Static Daemon
If it is feasible within the constraints of your distribution, you should If it is feasible within the constraints of your distribution, you should