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

4 lines
94 B
Text
Raw Normal View History

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