зеркало из https://github.com/microsoft/docker.git
Make sure container is not marked as ghost when it starts
This commit is contained in:
Родитель
ada0e1fb08
Коммит
91520838fc
1
state.go
1
state.go
|
@ -29,6 +29,7 @@ func (s *State) String() string {
|
|||
|
||||
func (s *State) setRunning(pid int) {
|
||||
s.Running = true
|
||||
s.Ghost = false
|
||||
s.ExitCode = 0
|
||||
s.Pid = pid
|
||||
s.StartedAt = time.Now()
|
||||
|
|
Загрузка…
Ссылка в новой задаче