DEV: Add docker cleanup script to d/ folder

This commit is contained in:
Kane York 2020-02-29 17:01:45 -08:00
parent e23e247dff
commit 4635be10c8
1 changed files with 3 additions and 0 deletions

3
bin/docker/cleanup Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker container prune --filter until=1h
docker image prune --all --filter until=1h