container-server/setup/cron/weekly/docker-prune

4 lines
104 B
Text
Raw Permalink Normal View History

#!/bin/sh
docker system prune --all --volumes --force | tail -n 1 && df -h | grep -e Filesystem -e vg0