github.com/uriddle/docker@v0.0.0-20210926094723-4072e6aeb013/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 )