added docker image prune script

This commit is contained in:
2023-11-08 23:20:59 -06:00
parent 3e2a526f7c
commit 9738047399

3
docker/docker-prune.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker image prune -f -a