blob: f0139df8f7e03fe1bf7617f150370a042f90b960 [file] [log] [blame]
package system // import "github.com/docker/docker/pkg/system"
// LCOWSupported returns true if Linux containers on Windows are supported.
func LCOWSupported() bool {
return lcowSupported
}