Simple script needed to delete all docker images over 4 weeks old

Yup, worked for me. I tried 60d, but it didn’t like that specifier, but this worked:
docker image prune --all --filter until=5m

(5 months)