<?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>question Running Apache Nifi on Docker without 0.0.0.0 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Running-Apache-Nifi-on-Docker-without-0-0-0-0/m-p/346469#M234879</link>
    <description>&lt;P&gt;After configuring my Dockerfile with:&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;ENV&lt;/SPAN&gt; &lt;SPAN&gt;NIFI_WEB_HTTPS_HOST&lt;/SPAN&gt;&lt;SPAN&gt;=0.0.0.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ENV&lt;/SPAN&gt; &lt;SPAN&gt;NIFI_WEB_HTTPS_PORT&lt;/SPAN&gt;&lt;SPAN&gt;=8443&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I was able to run the container and access UI.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If I increase replica, my cluster informations registries two address nodes 0.0.0.0:8443 and any changes I try to make I receive the error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Node 0.0.0.0:8443 is unable to fulfill this request due to: Transaction 00671bfc-20b8-4257-8590-8936e7265fde is already in progress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I remove&amp;nbsp;&lt;SPAN&gt;NIFI_WEB_HTTPS_HOST property, I cannot access UI, but log say that Jetty is running with container name, not 0.0.0.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to run nifi in a container without 0.0.0.0?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 28 Jun 2022 15:33:28 GMT</pubDate>
    <dc:creator>samaan_filho</dc:creator>
    <dc:date>2022-06-28T15:33:28Z</dc:date>
    <item>
      <title>Running Apache Nifi on Docker without 0.0.0.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Apache-Nifi-on-Docker-without-0-0-0-0/m-p/346469#M234879</link>
      <description>&lt;P&gt;After configuring my Dockerfile with:&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;ENV&lt;/SPAN&gt; &lt;SPAN&gt;NIFI_WEB_HTTPS_HOST&lt;/SPAN&gt;&lt;SPAN&gt;=0.0.0.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ENV&lt;/SPAN&gt; &lt;SPAN&gt;NIFI_WEB_HTTPS_PORT&lt;/SPAN&gt;&lt;SPAN&gt;=8443&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I was able to run the container and access UI.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If I increase replica, my cluster informations registries two address nodes 0.0.0.0:8443 and any changes I try to make I receive the error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Node 0.0.0.0:8443 is unable to fulfill this request due to: Transaction 00671bfc-20b8-4257-8590-8936e7265fde is already in progress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I remove&amp;nbsp;&lt;SPAN&gt;NIFI_WEB_HTTPS_HOST property, I cannot access UI, but log say that Jetty is running with container name, not 0.0.0.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to run nifi in a container without 0.0.0.0?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jun 2022 15:33:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Apache-Nifi-on-Docker-without-0-0-0-0/m-p/346469#M234879</guid>
      <dc:creator>samaan_filho</dc:creator>
      <dc:date>2022-06-28T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Running Apache Nifi on Docker without 0.0.0.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Apache-Nifi-on-Docker-without-0-0-0-0/m-p/346490#M234893</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/98864"&gt;@samaan_filho&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can have 2 docker containers running NiFi, each one using the same &lt;EM&gt;local&lt;/EM&gt; port 8443. You cannot expose both of those ports with the same port number to your local machine, though. You'd have to map to different port numbers when exposing them. Can you share more details?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, please take a look at this article:&amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Community-Articles/NiFi-cluster-sandbox-on-Docker/ta-p/346271" target="_blank"&gt;https://community.cloudera.com/t5/Community-Articles/NiFi-cluster-sandbox-on-Docker/ta-p/346271&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 00:14:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Apache-Nifi-on-Docker-without-0-0-0-0/m-p/346490#M234893</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-06-29T00:14:11Z</dc:date>
    </item>
  </channel>
</rss>

