1
0
Fork 0
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:
John Howard 2015-05-14 15:56:00 -07:00
parent c5240d79e3
commit 35cdcbb323
4 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,4 @@
// +build !exclude_graphdriver_zfs
// +build !exclude_graphdriver_zfs,linux
package daemon

View file

@ -1,3 +1,5 @@
// +build linux
package zfs
import (

View file

@ -1,3 +1,5 @@
// +build linux
package zfs
import (

View file

@ -0,0 +1,3 @@
// +build !linux
package zfs