Prune Docker Images

Prune Docker Images

April 6, 2025

Can run docker image prune -a --filter "until=24h" which will get rid of any images older than 24hrs. It will also remove images that are currently not running and not attached to any containers.