github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/pkg/system/lcow_unix.go (about)

     1  // +build !windows
     2  
     3  package system
     4  
     5  // LCOWSupported returns true if Linux containers on Windows are supported.
     6  func LCOWSupported() bool {
     7  	return false
     8  }