mirror of
https://github.com/containers/podman.git
synced 2026-03-11 11:16:37 -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>