|
@@ -1300,7 +1300,9 @@ func (container *Container) monitor() {
|
|
}
|
|
}
|
|
|
|
|
|
// Report status back
|
|
// Report status back
|
|
|
|
+ container.State.Lock()
|
|
container.State.setStopped(exitCode)
|
|
container.State.setStopped(exitCode)
|
|
|
|
+ container.State.Unlock()
|
|
|
|
|
|
// Release the lock
|
|
// Release the lock
|
|
close(container.waitLock)
|
|
close(container.waitLock)
|