Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 257 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 257 Bytes

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.

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