Search Criteria
Package Details: docuum 0.20.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/docuum.git (read-only, click to copy) |
|---|---|
| Package Base: | docuum |
| Description: | LRU eviction of Docker images. |
| Upstream URL: | https://github.com/stepchowfun/docuum |
| Keywords: | docker purge |
| Licenses: | MIT |
| Conflicts: | docuum-git |
| Submitter: | nicoulaj |
| Maintainer: | None |
| Last Packager: | nicoulaj |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-01-18 13:29 (UTC) |
| Last Updated: | 2022-03-17 11:37 (UTC) |
Dependencies (2)
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, rancher-desktop-binAUR, rancher-desktopAUR, docker-cli-binAUR, podman-docker)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
wezm commented on 2023-02-25 00:26 (UTC)
Note that filtering
@resourcesin the service file causes a docker invocation that docuum makes to fail because it callssetrlimit. Replacing this line:SystemCallFilter=~@privileged @resourceswith
SystemCallFilter=~@privilegedfixed it for me, there might be a more fine grained approach though.