Initial commit
This commit is contained in:
12
vendor/github.com/hyperhq/hypercli/daemon/exec_windows.go
generated
vendored
Normal file
12
vendor/github.com/hyperhq/hypercli/daemon/exec_windows.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package daemon
|
||||
|
||||
import (
|
||||
"github.com/hyperhq/hypercli/container"
|
||||
"github.com/hyperhq/hypercli/daemon/execdriver"
|
||||
"github.com/docker/engine-api/types"
|
||||
)
|
||||
|
||||
// setPlatformSpecificExecProcessConfig sets platform-specific fields in the
|
||||
// ProcessConfig structure. This is a no-op on Windows
|
||||
func setPlatformSpecificExecProcessConfig(config *types.ExecConfig, container *container.Container, pc *execdriver.ProcessConfig) {
|
||||
}
|
||||
Reference in New Issue
Block a user