mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:44:49 +08:00
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
|
Loading…
Reference in New Issue
Block a user