2017-05-16 17:06:36 -04:00
|
|
|
// +build !windows
|
|
|
|
|
2017-04-24 13:28:21 -04:00
|
|
|
package system
|
|
|
|
|
|
|
|
// LCOWSupported returns true if Linux containers on Windows are supported.
|
|
|
|
func LCOWSupported() bool {
|
2017-05-16 17:06:36 -04:00
|
|
|
return false
|
2017-04-24 13:28:21 -04:00
|
|
|
}
|