An open API service indexing awesome lists of open source software.

https://github.com/rxnew/docker-tmpfiles-clean

Delete old temporary files using atime.
https://github.com/rxnew/docker-tmpfiles-clean

docker linux tempfile

Last synced: 3 months ago
JSON representation

Delete old temporary files using atime.

Awesome Lists containing this project

README

          

# docker-tmpfiles-clean

Delete old temporary files using atime.

## Usage

The following command deletes `/tmp` files whose atime is before 600 seconds every 30 seconds.

```shell
docker run -v /tmp:/tmp ghcr.io/rxnew/docker-tmpfiles-clean /tmp 600 30
```