To remove images older than 30 days, use the following command: ``docker image prune -a --filter "until=720h"`` - `-a`: remove both unused and dangling images ### See also 1. [[Docker Image]] 2. [[What is Dangling Image?]] ### Reference 1.