Run the prune without prompt, and hard remove images
This commit is contained in:
parent
d1e814f097
commit
10991def1e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
cron:
|
cron:
|
||||||
name: clean up docker containers
|
name: clean up docker containers
|
||||||
special_time: daily
|
special_time: daily
|
||||||
job: docker system prune
|
job: docker system prune -af --volumes
|
||||||
|
|
||||||
- name: Install util scripts
|
- name: Install util scripts
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in a new issue