Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
e532381b6d288ad9e2366b3c5e63118311155632
/
.
/
pkg
/
system
/
lcow_windows.go
blob: f0139df8f7e03fe1bf7617f150370a042f90b960 [
file
]
package system
// import "github.com/docker/docker/pkg/system"
// LCOWSupported returns true if Linux containers on Windows are supported.
func LCOWSupported() bool {
return lcowSupported
}