convenience wrapper to remove old images, might get fancier one day and keep say the old ubuntu unused and ditch the rest

This commit is contained in:
2025-08-16 10:33:50 +10:00
parent 49afe317a0
commit bb54a4fb29

6
clean-up-old-docker-images Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# can add a -a, but it got rid of updated ubuntu images, I want to keep them
# but ditch others... so need to let them accumulate again so I can work out a
# better process / filter
docker system prune -af