docker housekeeping: add buildx #180

Merged
mg merged 6 commits from dd into master 2024-09-16 16:42:47 +02:00
Showing only changes of commit 1d90c66947 - Show all commits

View file

@ -4,5 +4,5 @@ Description=docker housekeeping tasks
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/bin/docker system prune --force --filter "until=24h" --all && /usr/bin/docker buildx prune --force --filter "until=24h" ExecStart=/bin/bash -c '/usr/bin/docker system prune --force --filter "until=24h" --all && /usr/bin/docker buildx prune --force --filter "until=24h"'
# https://docs.docker.com/config/pruning # https://docs.docker.com/config/pruning