Prune Docker Images
Prune Docker Images
April 21, 2023
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.