blob: e54d01e696b52cd11a9714f7ab10f911dd329f69 [file] [log] [blame]
package system
// LCOWSupported returns true if Linux containers on Windows are supported.
func LCOWSupported() bool {
return lcowSupported
}