vim /etc/cron.daily/docker-prune#!/bin/bash
docker image prune -a -f --filter "until=1h" && docker system prune -fchmod +x /etc/cron.daily/docker-prunevim /etc/cron.daily/docker-prune#!/bin/bash
docker image prune -a -f --filter "until=1h" && docker system prune -fchmod +x /etc/cron.daily/docker-prune