فهرست منبع

Merge pull request #13950 from Microsoft/10662-vfsforreal

Windows - Really fix VFS this time
Brian Goff 10 سال پیش
والد
کامیت
9dffd032f4
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      daemon/graphdriver/vfs/driver.go
  2. 1 1
      daemon/graphdriver/vfs/driver_unsupported.go

+ 1 - 1
daemon/graphdriver/vfs/driver.go

@@ -1,4 +1,4 @@
-// +build linux
+// +build linux windows
 
 package vfs
 

+ 1 - 1
daemon/graphdriver/vfs/driver_unsupported.go

@@ -1,3 +1,3 @@
-// +build !linux
+// +build !linux,!windows
 
 package vfs