Sign inSign up

youngliving/devhazelcast

By youngliving

Updated almost 9 years ago

Use this for local development with hazelcast.

Image
0

2.8K

youngliving/devhazelcast repository overview

Young Living Local Development Hazelcast Docker Image

This image is a customization of the hazelcast/hazelcast official docker image specifically designed to run in local development environments at Young Living.

How do I use this image?

Running
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

Stopping

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
Restart Container

The following command will re-start the container you ran previously.

docker start -i devhazelcast

Customizations

Default Heap

This image has a setting of -Xmx1g which sets the maximum heap size at 1 Gigabyte

Group Authentication

When you connect to the running docker container in your application you need to make sure you pass in the following credentials

NamePassword
devlocalyoungliving

Tag summary

Content type

Image

Digest

Size

226 MB

Last updated

almost 9 years ago

docker pull youngliving/devhazelcast