Description
Description
This got in through the docs.docker.com feedback form;
The line " If there is more than one filter, then pass multiple flags (e.g., --filter "foo=bar" --filter "bif=baz")" unfortunately does NOT say if multiple filters are ANDed or ORed. For prune commands, this is very important, though.
It was reported for docker volume prune
, but likely the same applies to other prune
commands;
https://docs.docker.com/reference/cli/docker/volume/prune/
cli/docs/reference/commandline/volume_prune.md
Lines 40 to 52 in f9b3c8c
We need to verify the behavior (behavior of some of the filter options haven't been documented well when combined with other filters, or same filter applied multiple times), and update the documentation accordingly to make it less ambiguous.