github.com/cdoern/storage@v1.12.13/pkg/system/lcow_windows.go (about) 1 package system 2 3 // LCOWSupported returns true if Linux containers on Windows are supported. 4 func LCOWSupported() bool { 5 return lcowSupported 6 }