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:
6
clean-up-old-docker-images
Executable file
6
clean-up-old-docker-images
Executable 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
|
||||
Reference in New Issue
Block a user