зеркало из https://github.com/microsoft/docker.git
Merge pull request #30090 from wangxing1517/fix-rename-error-when-sid-is-empty
Fix rename error when sid is empty
This commit is contained in:
Коммит
c06a824904
|
@ -106,7 +106,7 @@ func (daemon *Daemon) ContainerRename(oldName, newName string) error {
|
|||
}()
|
||||
|
||||
sid = container.NetworkSettings.SandboxID
|
||||
if daemon.netController != nil {
|
||||
if sid != "" && daemon.netController != nil {
|
||||
sb, err = daemon.netController.SandboxByID(sid)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Загрузка…
Ссылка в новой задаче