I have a talend job which I want to deploy and run from docker. I'm using Talend Open Studio and job is working just fine. Also i tried to run job from linux server, it's working. The problem is when i run it from docker. It looks like only parent job (export_data_xml) is executed successfully but not the child job. Here is my docker file: