mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-22 06:43:28 +00:00
7 lines
192 B
Go
Generated
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
|
|
}
|