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: | nicoulaj |
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-desktopAUR, docker-cli-binAUR, podman-docker)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
wezm commented on 2023-02-25 00:26 (UTC)
Note that filtering
@resources
in the service file causes a docker invocation that docuum makes to fail because it callssetrlimit
. Replacing this line:SystemCallFilter=~@privileged @resources
with
SystemCallFilter=~@privileged
fixed it for me, there might be a more fine grained approach though.