makedeb


docuum 0.21.1-1


Perform least recently used (LRU) eviction of Docker images

Viewing /docuum.service.

View raw.

Click here to go back to the Git tree for docuum.

[Unit]
Description=Docuum
After=docker.service
Wants=docker.service

[Service]
Environment='THRESHOLD=10 GB'
ExecStart=/usr/bin/docuum --threshold ${THRESHOLD}
Restart=on-failure

[Install]
WantedBy=multi-user.target