github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/client/driver/utils_windows.go (about)

     1  package driver
     2  
     3  import (
     4  	"os/exec"
     5  )
     6  
     7  // TODO Figure out if this is needed in Wondows
     8  func isolateCommand(cmd *exec.Cmd) {
     9  }
    10  
    11  // setChroot is a noop on Windows
    12  func setChroot(cmd *exec.Cmd, chroot string) {
    13  }