mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Right now there is no way to know what's the minimum free space threshold daemon is applying. It would be good to export it through docker info and then user knows what's the current value. Also this could be useful to higher level management tools which can look at this value and setup their own internal thresholds for image garbage collection etc. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Upstream-commit: 55a9b8123d7e89692b5c25c846cf6707a8ce463a Component: engine