mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-26 01:27:53 +00:00
The APIv2 pod endpoints that operate on multiple containers, such as Start, Kill, Pause, Unpause, do not report errors encountered by individual containers, because they incorrectly assume that any error is fatal. The documentation for the Libpod API calls notes, however, that ErrPodPartialFail will *always* be returned if any container failed; so we need to ignore that error and continue to collating and returning container errors. Signed-off-by: Matthew Heon <mheon@redhat.com> |
||
|---|---|---|
| .. | ||
| handlers | ||
| server | ||
| types | ||
| Makefile | ||
| tags.yaml | ||