runtime: no build tags for vfs driver

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
This commit is contained in:
Vincent Batts
2014-03-17 21:54:43 -04:00
parent 670ce98c60
commit 448b64164d
3 changed files with 1 additions and 12 deletions
-5
View File
@@ -160,11 +160,6 @@ export DOCKER_BUILDTAGS='apparmor'
There are build tags for disabling graphdrivers as well. By default, support
for all graphdrivers are built in.
To disable vfs
```bash
export DOCKER_BUILDTAGS='exclude_graphdriver_vfs'
```
To disable devicemapper
```bash
export DOCKER_BUILDTAGS='exclude_graphdriver_devicemapper'