You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library may also be helpful to you: [docker-discovery-registrator-consul](https://github.com/bitsofinfo/docker-discovery-registrator-consul)
301
+
300
302
One of the main drivers for coding this module was for Hazelcast applications that were deployed as Docker containers
301
303
that would need to automatically register themselves with Consul for higher level cluster orchestration of the cluster.
302
304
@@ -311,6 +313,8 @@ Specifically when using this discovery strategy and Docker, it may be useful for
311
313
Start your hazelcast app such as with the below, this would assume that hazelcast is actually reachable via this configuration
312
314
via your Docker host and the port mappings that were specified on `docker run`. (i.e. the IP below would be your docker host/port that is mapped to the actual hazelcast app container and port it exposes for hazelcast).
313
315
316
+
This library may also be helpful to you: [docker-discovery-registrator-consul](https://github.com/bitsofinfo/docker-discovery-registrator-consul)
317
+
314
318
See this [Docker issue for related info](https://github.com/docker/docker/issues/3778) on detecting mapped ports/ip from **within** a container
0 commit comments