1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #13232 from Microsoft/10662-zfs

Windows: No ZFS graphdriver
Upstream-commit: 27b77464d8ad883a28c0936a8b33affb6168647e
Component: engine
This commit is contained in:
Alexander Morozov
2015-05-15 11:51:48 -07:00
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