github.com/gunjan5/docker@v1.8.2/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 }