roadmap
roadmap copied to clipboard
Temporary DIR proposal
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
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.