blob: cff33bb4085673f0d5b50b901c6c6b30b0fc4709 [file] [log] [blame]
// +build !windows
package system
// LCOWSupported returns true if Linux containers on Windows are supported.
func LCOWSupported() bool {
return false
}