Signed-off-by: John Howard <jhoward@microsoft.com> Adds the graphdriver for Linux containers on Windows Upstream-commit: ed4d2aa981a9057766a9cec53c3bd19be4eef059 Component: engine
7 lines
144 B
Go
7 lines
144 B
Go
package system
|
|
|
|
// LCOWSupported returns true if Linux containers on Windows are supported.
|
|
func LCOWSupported() bool {
|
|
return lcowSupported
|
|
}
|