Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/hypercli/container/state_windows.go
generated
vendored
Normal file
9
vendor/github.com/hyperhq/hypercli/container/state_windows.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package container
|
||||
|
||||
import "github.com/docker/docker/daemon/execdriver"
|
||||
|
||||
// setFromExitStatus is a platform specific helper function to set the state
|
||||
// based on the ExitStatus structure.
|
||||
func (s *State) setFromExitStatus(exitStatus *execdriver.ExitStatus) {
|
||||
s.ExitCode = exitStatus.ExitCode
|
||||
}
|
||||
Reference in New Issue
Block a user