mirror of
https://github.com/containers/podman.git
synced 2025-09-26 00:06:04 +08:00

When we return no containers we just return `[]` but we still have to keep the content type header `application/json` so external tools can correctly parse the output. Fixes #14647 Signed-off-by: Paul Holzinger <pholzing@redhat.com>