mirror of https://github.com/docker/docs.git
Merge pull request #19917 from WeiZhang555/add-lock
Lock container when set state to restarting
This commit is contained in:
commit
67d6154cc2
|
@ -218,7 +218,7 @@ func (m *containerMonitor) start() error {
|
|||
m.resetMonitor(err == nil && exitStatus.ExitCode == 0)
|
||||
|
||||
if m.shouldRestart(exitStatus.ExitCode) {
|
||||
m.container.SetRestarting(&exitStatus)
|
||||
m.container.SetRestartingLocking(&exitStatus)
|
||||
m.logEvent("die")
|
||||
m.resetContainer(true)
|
||||
|
||||
|
|
Loading…
Reference in New Issue