Merge pull request #13542 from kvasdopil/freebsd-work
Make docker build on FreeBSD Upstream-commit: 75f8bdd970e5355a6238e7b41a9f1aee9cd3f890 Component: engine
This commit is contained in:
8
components/engine/daemon/graphdriver/driver_freebsd.go
Normal file
8
components/engine/daemon/graphdriver/driver_freebsd.go
Normal file
@ -0,0 +1,8 @@
|
||||
package graphdriver
|
||||
|
||||
var (
|
||||
// Slice of drivers that should be used in an order
|
||||
priority = []string{
|
||||
"zfs",
|
||||
}
|
||||
)
|
||||
@ -1,4 +1,4 @@
|
||||
// +build !linux,!windows
|
||||
// +build !linux,!windows,!freebsd
|
||||
|
||||
package graphdriver
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux freebsd
|
||||
|
||||
package zfs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user