Fix the str missing
Fixes: #19072 Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com> Upstream-commit: 01e873790e587ebbee761b1f52871901c89c0fc4 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