core icon indicating copy to clipboard operation
core copied to clipboard

Download files from task container

Open emanaev opened this issue 7 years ago • 3 comments

When pulling task results send only new data, generated by task, not the whole container image.

emanaev avatar Aug 31 '18 17:08 emanaev

Guys, that is crucial feature for rendering, so please.

emanaev avatar Oct 29 '18 14:10 emanaev

The rationale is that the customer will not be interested in the whole result container image, he will be obviously interested in the results of the run. Furthermore, often he needs only one or several files which paths he knows in advance. Neural network training and CGI rendering are just such case.

So it would be sufficient to implement docker cp analogue. The user shall be able to download the file from the image locally for stopped containers as a minimum. Consider both uploading and downloading files both for running and stopped containers.

emanaev avatar Oct 29 '18 14:10 emanaev

AFAIK @oopcode has a research over it with reasonable and positive results. You don't need to explain the rationale behind this issue - it's quite obvious. Will increase the priority, okay.

3Hren avatar Oct 29 '18 21:10 3Hren