mirror of
https://github.com/containers/podman.git
synced 2026-06-03 05:20:47 -04: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>