mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
DEV: Add docker cleanup script to d/ folder
This commit is contained in:
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