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