Christopher Tyler

Prune Docker Images

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.

<< Previous Post

|

Next Post >>

#Til #Docker #Prune #Images