<?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 Talend Administration Center running in a Docker Container in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204525#M5370</link>
    <description>We have a requirement within our infrastructure to run TAC within a Docker container. &amp;nbsp;We have successfully created and are running the TAC in containers for CI, QA and Prod. &amp;nbsp;We use a base docker image for all three repositories/environments. &amp;nbsp;We would like to be able to set the database configuration at container run time. Is there a .properties file that we can override (load) prior to the tomcat startup to set the db configuration for that the TAC uses to obtains its dbconfig settings when Tomcat starts? We tried performing this via the unattended install (which works), but that require 3 separate docker images, breaking our deployment automation. We are using 6.1.1 Realtime for Big Data, PostgreSQL 9.4, Tomcat 8.</description>
    <pubDate>Wed, 24 Feb 2016 10:44:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-24T10:44:45Z</dc:date>
    <item>
      <title>Talend Administration Center running in a Docker Container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204525#M5370</link>
      <description>We have a requirement within our infrastructure to run TAC within a Docker container. &amp;nbsp;We have successfully created and are running the TAC in containers for CI, QA and Prod. &amp;nbsp;We use a base docker image for all three repositories/environments. &amp;nbsp;We would like to be able to set the database configuration at container run time. Is there a .properties file that we can override (load) prior to the tomcat startup to set the db configuration for that the TAC uses to obtains its dbconfig settings when Tomcat starts? We tried performing this via the unattended install (which works), but that require 3 separate docker images, breaking our deployment automation. We are using 6.1.1 Realtime for Big Data, PostgreSQL 9.4, Tomcat 8.</description>
      <pubDate>Wed, 24 Feb 2016 10:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204525#M5370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-24T10:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Administration Center running in a Docker Container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204526#M5371</link>
      <description>Hi ghanold,&lt;BR /&gt;Thanks for posting your issue here. We have redirected your bigdata issue to our Bigdata product experts then come back to you as soon as we can.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 03 Mar 2016 04:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204526#M5371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T04:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Administration Center running in a Docker Container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204527#M5372</link>
      <description>Have you tried deploying with 
&lt;B&gt;docker-compose&lt;/B&gt; and running 
&lt;B&gt;docker-compose up -d&lt;/B&gt; to start the containers? &amp;nbsp;We are doing something similar and I have had great success with automating deployment and configuration with docker-compose and ansible. 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;Also, do you persist your volume layer on your db (i.e. -v /mydata/dir:/var/lib/mysql)? &amp;nbsp;If so you can tear down the containers and reattach them each time to that same data store. &amp;nbsp;lastly, have you dumped and restored the 
&lt;B&gt;configuration table&lt;/B&gt; on deploy? &amp;nbsp;This can be done with a custom script (dockerentry-point.sh that executes the container starts then deploys the table and inserts the config). 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;TAC runs better in docker with multiple containers than it does in one large 11gb container. &amp;nbsp;by breaking TAC into a db, search, ect you get a faster deploy. &amp;nbsp;we've broken out the command line and job server as well so that nothing is coupled. &amp;nbsp;we've found that by doing this we've gotten tac down from 11gb to 1.356gb speeding our deployment with docker-compose and ansible. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD3W.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140221i8AAD250F8D174BFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD3W.png" alt="0683p000009MD3W.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 04 Mar 2016 13:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204527#M5372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-04T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Administration Center running in a Docker Container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204528#M5373</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;P align="LEFT"&gt;In the webapp folder, you have a configuration.properties file:&lt;/P&gt;&lt;BR /&gt;&lt;P align="LEFT"&gt;"&amp;lt;Talend&amp;gt;\NB\apache-tomcat-X.X.X\webapps\org.talend.administrator-6.1.1\WEB-INF\classes\configuration.properties"&lt;/P&gt;&lt;BR /&gt;&lt;P align="LEFT"&gt;Best regards&lt;/P&gt;&lt;BR /&gt;&lt;P align="LEFT"&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 08:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Administration-Center-running-in-a-Docker-Container/m-p/2204528#M5373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-07T08:31:00Z</dc:date>
    </item>
  </channel>
</rss>

