Files
docker/daemon/daemon_zfs.go
T
2015-05-14 15:57:45 -07:00

8 lines
122 B
Go

// +build !exclude_graphdriver_zfs,linux
package daemon
import (
_ "github.com/docker/docker/daemon/graphdriver/zfs"
)