mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-20 04:56:37 +00:00
9 lines
204 B
Go
Generated
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
|
|
}
|