mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +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