This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/bin/docker/cleanup
T
2020-03-01 12:09:07 -08:00

4 lines
96 B
Bash
Executable File

#!/bin/bash
docker container prune --filter until=1h
docker image prune --all --filter until=1h