Files
faasd/vendor/github.com/docker/docker/pkg/system/lcow_windows.go
2020-02-11 12:47:13 +00:00

7 lines
192 B
Go
Generated

package system // import "github.com/docker/docker/pkg/system"
// LCOWSupported returns true if Linux containers on Windows are supported.
func LCOWSupported() bool {
return lcowSupported
}