Hear hear... One of my problems in my cluster is recovering some details from a container when the task finishes. I would love to run a termination command. That way I could run a "docker inspect" and move the resulting json to a shared NFS folder. Luck!
---------------------------------------- From: "Tobias Pfeiffer" <[email protected]> Sent: Friday, October 21, 2016 12:56 PM To: [email protected] Subject: Re: Getting files from a container after a task? Hi, On Fri, Oct 21, 2016 at 10:37 AM, haosdent <[email protected]> wrote: Hi, @Mark You may try set `CommandInfo.URI`. Then Mesos would download files from given URL before launch your tasks. I think Mark asked for the opposite, uploading stuff after task completion. I would in fact also be very much interested in that functionality, something like "zip that directory and upload it to somewhere". Tobias

