configurations/etc/cron.daily/docker-prune

3 lines
66 B
Bash

#!/bin/bash
docker system prune -af --filter "until=$((15*24))h"