github.com/jwhonce/docker@v0.6.7-0.20190327063223-da823cf3a5a3/integration/internal/requirement/requirement_windows.go (about) 1 // +build windows 2 3 package requirement // import "github.com/docker/docker/integration/internal/requirement" 4 5 func overlayFSSupported() bool { 6 return false 7 } 8 9 // Overlay2Supported returns true if the current system supports overlay2 as graphdriver 10 func Overlay2Supported(kernelVersion string) bool { 11 return false 12 }