Description
Least-recently-used container images can be evicted to control disk usage on Docker hosts. It is useful on build machines and development systems where old images accumulate quickly.
Eviction can remove images needed for rollback, offline work, or reproducible builds. Set limits deliberately and verify which images are protected before automation.