sous-chefs / docker

Development repository for the docker cookbook
https://supermarket.chef.io/cookbooks/docker
Apache License 2.0
1.35k stars 794 forks source link

docker_volume_prune resource #1240

Open stissot opened 1 year ago

stissot commented 1 year ago

:speaking_head: Foreword

Similar to the docker_image_prune resource, that would be great to have a docker_volume_prune to remove all local volumes not used by at least one container. This resource could be notified to free up storage on the host.

Reference