mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #13232 from Microsoft/10662-zfs
Windows: No ZFS graphdriver
This commit is contained in:
commit
27b77464d8
4 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
// +build !exclude_graphdriver_zfs
|
// +build !exclude_graphdriver_zfs,linux
|
||||||
|
|
||||||
package daemon
|
package daemon
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build linux
|
||||||
|
|
||||||
package zfs
|
package zfs
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build linux
|
||||||
|
|
||||||
package zfs
|
package zfs
|
||||||
|
|
||||||
import (
|
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