Windows: No ZFS graphdriver
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 35cdcbb323bc76a0874962c08de627221bf4880d 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