mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Merge pull request #13232 from Microsoft/10662-zfs
Windows: No ZFS graphdriver
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