mirror of
https://github.com/containers/podman.git
synced 2025-10-29 08:57:26 +08:00
Docker allows both the old `map[string]map[string]bool` and the newer `map[string][]string` for the filter param so we should too. Fixes #9526 Signed-off-by: Paul Holzinger <paul.holzinger@web.de>