mirror of
https://github.com/containers/podman.git
synced 2025-09-08 23:12:41 +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)
|
||||
continue
|
||||
}
|
||||
report.ExitCode = 0
|
||||
reports = append(reports, &report)
|
||||
}
|
||||
report.ExitCode = 0
|
||||
reports = append(reports, &report)
|
||||
}
|
||||
return reports, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user