github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/daemon/exec_windows.go (about) 1 // +build windows 2 3 package daemon 4 5 // checkExecSupport returns an error if the exec driver does not support exec, 6 // or nil if it is supported. 7 func checkExecSupport(DriverName string) error { 8 return nil 9 }