Pruning all unused docker images, inclunding non dangling

This commit is contained in:
2023-09-21 17:39:45 +02:00
parent 56f303cce7
commit cd9a3ea255
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ if __name__ == '__main__':
if s['Status'] == 1:
update_stack(s)
os.system('docker image prune -f')
os.system('docker image prune -fa')