<div dir="ltr">Hi all,<div><br></div><div>I am trying to run KeyCloak in cluster mode with docker containers using standalone-ha.xml but for me containers are not joining the same infinispan cluster. </div><div><br></div><div><br></div><div><div>I tried to follow following blog entry but not sure it is still valid. <a href="http://blog.keycloak.org/2015/04/running-keycloak-cluster-with-docker.html">http://blog.keycloak.org/2015/04/running-keycloak-cluster-with-docker.html</a></div><div><br></div><div><br></div><div>I was trying to follow this to run multiple docker containers in cluster with the latest images. But when I ran second keycloak container, I didn&#39;t see this container joining the 1st cluster. I was seeing this in the log for the second container.</div><div><br></div><div>[0m[0m12:31:56,385 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel keycloak: [saskeycloak-fbtit|0] (1) [saskeycloak-fbtit] </div><div><br></div><div><br></div><div>To get it working I had to update private interface in standalone-ha.xml to use docker container&#39;s IP. </div><div> </div><div>&lt;interface name=&quot;private&quot;&gt;</div><div>    &lt;!--&lt;inet-address value=&quot;${jboss.bind.address.private:127.0.0.1}&quot;/&gt;--&gt;</div><div>    &lt;inet-address value=&quot;172.17.0.3&quot; /&gt;</div><div>&lt;/interface&gt;</div><div><br></div><div>Is that really needed or do we have a better way to get it working?</div></div><div><br></div><div>Regards,</div><div>Muein</div></div>