Run the prune without prompt, and hard remove images

This commit is contained in:
Jake Howard 2020-03-30 18:23:11 +01:00
parent d1e814f097
commit 10991def1e
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -14,7 +14,7 @@
cron:
name: clean up docker containers
special_time: daily
job: docker system prune
job: docker system prune -af --volumes
- name: Install util scripts
copy: