DEV: Add docker cleanup script to d/ folder
This commit is contained in:
parent
e23e247dff
commit
4635be10c8
3
bin/docker/cleanup
Executable file
3
bin/docker/cleanup
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
docker container prune --filter until=1h
|
||||
docker image prune --all --filter until=1h
|
||||
Reference in New Issue
Block a user