mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: No ZFS graphdriver
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
c5240d79e3
commit
35cdcbb323
4 changed files with 8 additions and 1 deletions
|
@ -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 (
|
||||
|
|
3
daemon/graphdriver/zfs/zfs_unsupported.go
Normal file
3
daemon/graphdriver/zfs/zfs_unsupported.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
// +build !linux
|
||||
|
||||
package zfs
|
Loading…
Reference in a new issue