mirror of
https://github.com/containers/podman.git
synced 2025-08-14 02:41:34 +08:00

The dangling filter determine whether a volume is dangling - IE, it has no containers attached using it. Unlike our other filters, this one is a boolean - must be true or false, not arbitrary values. Signed-off-by: Matthew Heon <matthew.heon@pm.me>