Restore StdFds from the state file
Signed-off-by: Andrey Vagin <avagin@openvz.org>
This commit is contained in:
parent
3d59a7fe8b
commit
6ecf32c234
|
@ -182,6 +182,7 @@ func (l *LinuxFactory) Load(id string) (Container, error) {
|
|||
r := &nonChildProcess{
|
||||
processPid: state.InitProcessPid,
|
||||
processStartTime: state.InitProcessStartTime,
|
||||
fds: state.StdFds,
|
||||
}
|
||||
return &linuxContainer{
|
||||
initProcess: r,
|
||||
|
|
Loading…
Reference in New Issue