github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/pkg/system/lcow_unix.go (about) 1 // +build !windows 2 3 package system // import "github.com/docker/docker/pkg/system" 4 5 // LCOWSupported returns true if Linux containers on Windows are supported. 6 func LCOWSupported() bool { 7 return false 8 }