mirror of
https://github.com/containers/podman.git
synced 2025-09-11 09:05:23 +08:00
is this a bug?
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
This commit is contained in:
@ -602,9 +602,9 @@ func (ic *ContainerEngine) ContainerStart(ctx context.Context, namesOrIds []stri
|
|||||||
reports = append(reports, &report)
|
reports = append(reports, &report)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
report.ExitCode = 0
|
||||||
|
reports = append(reports, &report)
|
||||||
}
|
}
|
||||||
report.ExitCode = 0
|
|
||||||
reports = append(reports, &report)
|
|
||||||
}
|
}
|
||||||
return reports, nil
|
return reports, nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user