ff
This commit is contained in:
parent
acb6112789
commit
abf2a3f622
1 changed files with 1 additions and 2 deletions
|
@ -4,6 +4,5 @@ Description=docker housekeeping tasks
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/docker system prune --force --filter "until=24h" --all
|
||||
ExecStart=/usr/bin/docker buildx prune --force --filter "until=24h"
|
||||
ExecStart=/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
|
||||
|
|
Loading…
Reference in a new issue