7 lines
219 B
Bash
Executable File
7 lines
219 B
Bash
Executable File
#!/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
|