github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/daemon/exec_freebsd.go (about) 1 // +build freebsd 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 }