mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
9 lines
116 B
Go
9 lines
116 B
Go
package graphdriver
|
|
|
|
var (
|
|
// Slice of drivers that should be used in an order
|
|
priority = []string{
|
|
"zfs",
|
|
}
|
|
)
|