mirror of
https://github.com/docker/cli.git
synced 2026-09-27 01:40:31 -04:00
Merge pull request #13542 from kvasdopil/freebsd-work
Make docker build on FreeBSD Upstream-commit: 75f8bdd970e5355a6238e7b41a9f1aee9cd3f890 Component: engine
This commit is contained in:
@@ -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