Files
discourse/bin/docker/cleanup
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
96 B
Bash
Raw Normal View History

2020-02-29 17:01:45 -08:00
#!/bin/bash
docker container prune --filter until=1h
docker image prune --all --filter until=1h