Merge pull request #13232 from Microsoft/10662-zfs
Windows: No ZFS graphdriver Upstream-commit: 27b77464d8ad883a28c0936a8b33affb6168647e Component: engine
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// +build !exclude_graphdriver_zfs
|
||||
// +build !exclude_graphdriver_zfs,linux
|
||||
|
||||
package daemon
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// +build linux
|
||||
|
||||
package zfs
|
||||
|
||||
import (
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// +build linux
|
||||
|
||||
package zfs
|
||||
|
||||
import (
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
// +build !linux
|
||||
|
||||
package zfs
|
||||
Reference in New Issue
Block a user