clean up unused images that is older than 30 days: 0 0 * * 0 /usr/bin/docker image prune -a --force --filter "until=$(date -d "30 days ago" +%Y-%m-%d)T00:00:00"