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

9 lines
204 B
Go
Generated

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