Docuum performs least recently used (LRU) eviction of Docker images. 🗑️
Status:
This roles installes docuum and configures a systemd service to start it on boot.
Variable | default | description |
---|---|---|
docuum_version | 0.21.1 |
version of docuum |
docuum_systemd_template | systemd/docuum.service.j2 |
template for systemd service |
docuum_threshold | 10G |
threshold for docker images see flags |
docuum_keep_pattern | RegEx pattern of images to keep | |
docuum_loglevel | debug |
See log levels for more options |