Open
Description
Description
The following help output didn't have verbose option, so I propose it here
$ docker system prune --help
Usage: docker system prune [OPTIONS]
Remove unused data
Options:
-a, --all Remove all unused images not just dangling ones
--filter filter Provide filter values (e.g. "label=<key>=<value>")
-f, --force Do not prompt for confirmation
--volumes Prune anonymous volumes
It would be nice to know what the system remove and where it is (print location path of removed data)