<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Job2Docker : How to reach local file sytem from Docker image in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Job2Docker-How-to-reach-local-file-sytem-from-Docker-image/m-p/2314230#M142541</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the solution and I put it here in case it interests someone else : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should mount the volume when running the docker like this : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;docker run -v /data/work/Talend_Projets/POC_TALEND_DOCKER:/data/work/Talend_Projets/POC_TALEND_DOCKER safus/jobtest:0.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Safus&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 14:24:15 GMT</pubDate>
    <dc:creator>Safus</dc:creator>
    <dc:date>2021-03-22T14:24:15Z</dc:date>
    <item>
      <title>Job2Docker : How to reach local file sytem from Docker image</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job2Docker-How-to-reach-local-file-sytem-from-Docker-image/m-p/2314229#M142540</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed the official tutorial of Talend/job2Docker : &lt;A href="https://github.com/Talend/job2docker" target="_blank"&gt;https://github.com/Talend/job2docker&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HelloWord example works good (although the project has a bug - it does not allow Capitalized letters in job name) but this is not the question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I dockerized  a more complex job, where I have to reach some files in my local file system. It does not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Talend Console the job perfectly works, and I know that it is an issue with how to mount the dockers volumes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is my test job : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Dt3TcAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148047i72A86B075CD25B7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Dt3TcAAJ.png" alt="0695b00000Dt3TcAAJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run my docker : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"/data/work/Talend_Projets/POC_TALEND_DOCKER/start.txt" is not reachable and the job stops running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to fix that  ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Safus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job2Docker-How-to-reach-local-file-sytem-from-Docker-image/m-p/2314229#M142540</guid>
      <dc:creator>Safus</dc:creator>
      <dc:date>2024-11-16T00:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Job2Docker : How to reach local file sytem from Docker image</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job2Docker-How-to-reach-local-file-sytem-from-Docker-image/m-p/2314230#M142541</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the solution and I put it here in case it interests someone else : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should mount the volume when running the docker like this : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;docker run -v /data/work/Talend_Projets/POC_TALEND_DOCKER:/data/work/Talend_Projets/POC_TALEND_DOCKER safus/jobtest:0.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Safus&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 14:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job2Docker-How-to-reach-local-file-sytem-from-Docker-image/m-p/2314230#M142541</guid>
      <dc:creator>Safus</dc:creator>
      <dc:date>2021-03-22T14:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Job2Docker : How to reach local file sytem from Docker image</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job2Docker-How-to-reach-local-file-sytem-from-Docker-image/m-p/2314231#M142542</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for letting us know you've resolved this issue by yourself and sharing solution with us on community.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 03:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job2Docker-How-to-reach-local-file-sytem-from-Docker-image/m-p/2314231#M142542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-23T03:54:46Z</dc:date>
    </item>
  </channel>
</rss>

