mirror of https://github.com/docker/docs.git
Windows: No ZFS graphdriver
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
c5240d79e3
commit
35cdcbb323
|
|
@ -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
|
||||
Loading…
Reference in New Issue