Hazelcast IMDG Standard Support has expired. Extended support for version 4.1 ends in April 2024. Extended support for version 4.2 ends in September 2024.

We recommend that you try Hazelcast Platform.

In Hazelcast Platform, we’ve combined the in-memory storage of IMDG with the stream processing power of Jet. Find out more in our Platform documentation.

The following topics are a good place to start:

Docker

Hazelcast is distributed in a form of Docker images.

You can run the following command to launch the Hazelcast Docker container:

  • hazelcast

  • hazelcast-enterprise

  • hazelcast-enterprise-4-rhel8

docker run hazelcast/hazelcast:$HAZELCAST_VERSION
docker run -e HZ_LICENSE_KEY=<Your Enterprise License Key> hazelcast/hazelcast-enterprise:$HAZELCAST_VERSION
# You must be logged into Red Hat Container Registry

docker run -e HZ_LICENSE_KEY=<Your Enterprise License Key> registry.connect.redhat.com/hazelcast/hazelcast-enterprise-4-rhel8:$HAZELCAST_VERSION

This command will pull Hazelcast Docker image and run a new Hazelcast instance.

See the following for more details: