podman configuration

This commit is contained in:
Daniel Langbein 2023-09-14 13:19:14 +02:00
parent 49fac325cd
commit 38a62ef342
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -33,6 +33,10 @@
# Prune volumes currently unused by any container
# https://docs.podman.io/en/stable/markdown/podman-system-prune.1.html#volumes
"--volumes"
# Only remove containers and images created at least one week ago.
# https://docs.podman.io/en/stable/markdown/podman-system-prune.1.html#filter-filters
# https://pkg.go.dev/maze.io/x/duration#ParseDuration
"--filter until=7d"
];
};
};