daemon/exec_windows.go
5fa2e4d4
 package daemon
 
 import (
6bb0d181
 	"github.com/docker/docker/container"
5fa2e4d4
 	"github.com/docker/docker/daemon/execdriver"
907407d0
 	"github.com/docker/engine-api/types"
5fa2e4d4
 )
 
 // setPlatformSpecificExecProcessConfig sets platform-specific fields in the
 // ProcessConfig structure. This is a no-op on Windows
839f73c3
 func setPlatformSpecificExecProcessConfig(config *types.ExecConfig, container *container.Container, pc *execdriver.ProcessConfig) {
5fa2e4d4
 }