Use this for local development with hazelcast.
2.8K
This image is a customization of the hazelcast/hazelcast official docker image specifically designed to run in local development environments at Young Living.
docker pull youngliving/devhazelcast
docker run -p 5701:5701 --name devhazelcast -ti youngliving/devhazelcast
You can then access your hazelcast container on port localhost:5701
If you used the "-ti" swhich when running, you can just ctrl-c in the terminal. If you did not, you can use one of the following:
Stop using Docker
docker stop devhazelcast
Stop using script
docker exec -it devhazelcast /opt/hazelcast/stop.sh
The following command will re-start the container you ran previously.
docker start -i devhazelcast
This image has a setting of -Xmx1g which sets the maximum heap size at 1 Gigabyte
When you connect to the running docker container in your application you need to make sure you pass in the following credentials
| Name | Password |
|---|---|
| devlocal | youngliving |
| Link | URL |
|---|---|
| Docker Repository | https://hub.docker.com/r/youngliving/devhazelcast/ |
| Bitbucket Repository | https://bitbucket.org/youngliving/devhazelcast-docker |
| Hazelcast Download & Documentation | https://hazelcast.org/download/ |
| Official Hazelcast Docker Repository | https://hub.docker.com/r/hazelcast/hazelcast/ |
| Official Hazelcast Docker Git Repository | https://github.com/hazelcast/hazelcast-docker |
Content type
Image
Digest
Size
226 MB
Last updated
almost 9 years ago
docker pull youngliving/devhazelcast