roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Temporary DIR proposal

Open octonawish-akcodes opened this issue 1 year ago • 1 comments

Tell us about your request I was working on some data where I wanted to use them to generate some other data points. Altho I could use in memory buffer as well for this but due to RAM limits I wanted something like where I can put my files in my docker container for some time period from where I can dump my temporary files and later after sometime they got deleted by my container itself to save my disk usage.

Which service(s) is this request for? Docker

octonawish-akcodes avatar Feb 19 '25 09:02 octonawish-akcodes

I know there is temp folder as well which cleans up file from there, but I guess it works on docker stop. But I have a scenario where I don’t want my container to get stop.

octonawish-akcodes avatar Feb 19 '25 10:02 octonawish-akcodes