Merge pull request #19078 from HackToday/19072-fix-str
Fix the str missing Upstream-commit: fccbbe572607999dc147bf9dfc06dac0ba4ee25c Component: engine
This commit is contained in:
@ -828,7 +828,7 @@ func (daemon *Daemon) getIpcContainer(container *container.Container) (*containe
|
||||
return nil, err
|
||||
}
|
||||
if !c.IsRunning() {
|
||||
return nil, derr.ErrorCodeIPCRunning
|
||||
return nil, derr.ErrorCodeIPCRunning.WithArgs(containerID)
|
||||
}
|
||||
return c, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user