open-nomad/client/driver/utils_windows.go

14 lines
210 B
Go
Raw Normal View History

package driver
import (
"os/exec"
)
// TODO Figure out if this is needed in Wondows
func isolateCommand(cmd *exec.Cmd) {
}
2017-04-19 20:16:48 +00:00
// setChroot is a noop on Windows
func setChroot(cmd *exec.Cmd, chroot string) {
}