github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/daemon/graphdriver/driver_freebsd.go (about) 1 package graphdriver 2 3 var ( 4 // Slice of drivers that should be used in an order 5 priority = []string{ 6 "zfs", 7 } 8 )