diff --git a/daemon/graphdriver/vfs/driver.go b/daemon/graphdriver/vfs/driver.go index 63c93ac30d..a36dda57e9 100644 --- a/daemon/graphdriver/vfs/driver.go +++ b/daemon/graphdriver/vfs/driver.go @@ -1,4 +1,4 @@ -// +build linux +// +build linux windows package vfs diff --git a/daemon/graphdriver/vfs/driver_unsupported.go b/daemon/graphdriver/vfs/driver_unsupported.go index cacc2af91b..be2e4ab538 100644 --- a/daemon/graphdriver/vfs/driver_unsupported.go +++ b/daemon/graphdriver/vfs/driver_unsupported.go @@ -1,3 +1,3 @@ -// +build !linux +// +build !linux,!windows package vfs