Skip to content

docker-gc: add `--use-creation-dates` option

Jaime Nuche requested to merge use-creation-dates into master

When the option is passed, docker-gc will sort resources by time of creation instead of last time of access. Older resources will be removed first.

Note the gc will not require a state file in this case

Bug: T329678

Edited by Jaime Nuche

Merge request reports