mirror of https://github.com/docker/docs.git
Default to the same build behavior, but allow a go build tag to disable building of the btrfs graphdriver go build -tags no_btrfs' ... $ go build $ objdump -S docker | grep btrfs | wc -l 194 $ go build -tags no_btrfs $ objdump -S docker | grep btrfs | wc -l 1 # that is a comment ;-) Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts) |
||
---|---|---|
.. | ||
execdriver | ||
graphdriver | ||
networkdriver | ||
container.go | ||
container_unit_test.go | ||
runtime.go | ||
runtime_aufs.go | ||
runtime_btfs.go | ||
runtime_devicemapper.go | ||
runtime_no_aufs.go | ||
server.go | ||
sorter.go | ||
state.go | ||
utils.go | ||
volumes.go |