virtualisation.docker.autoPrune.allVolumes.flags

NixOS option

Any additional flags passed to docker volume prune --force --all.

type: list of string
Default
[ ]
Example
[
  "--filter=label=<label>"
]
declared in: nixos/modules/virtualisation/docker.nixView source on NixOS/nixpkgs →