Docker
Hazelcast is distributed in a form of Docker images.
-
hazelcast/hazelcast: Hazelcast Docker image hosted on Docker Hub
-
hazelcast/hazelcast-enterprise: Hazelcast Enterprise Docker image hosted on Docker Hub
-
registry.connect.redhat.com/hazelcast/hazelcast-enterprise-4-rhel8: Red Hat certified Docker image hosted on Red Hat Container Catalog
You can run the following command to launch the Hazelcast Docker container:
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: