Yes you are right, this is the problem. I aso noticed it. Docker image has no privileges so script can't execute this command. Is there any way to use arguments in proto? Or i have to set command to the task? And set shell to true?
Thodoris > On 6 Sep 2017, at 18:26, James Peach <[email protected]> wrote: > > >> On Sep 6, 2017, at 4:41 AM, Thodoris Zois <[email protected]> wrote: >> >> Hello, >> >> I am using the Mesos Containerizer with Docker Images. The problem is that >> whenever a container exits my task gets TASK_FAILED because the container >> exits with ‘1’. >> My docker file invokes a shell script via CMD /script.sh. >> >> My protobuff can be found below: >> https://pastebin.com/1agjAFdm >> >> >> The agent log can be found here: >> https://pastebin.com/Q6qndVuU >> >> >> The stderr and stdout from the UI can be found here: >> stdout: https://pastebin.com/SkDDUDDJ >> >> stderr: https://pastebin.com/t2TFgQ4G > > /execute_blast.sh: line 4: /proc/sys/vm/drop_caches: Read-only file system > > > Does your task exit when this happens? > >

