Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

hazelcast/hazelcast-docker-samples

Repository files navigation

Samples in this repository are outdated.

Hazelcast Docker Code Samples

Table of Contents

Requirements

You should have installed Docker, Apache Maven and at least JDK 1.8 on your system.

Official Images

You can find officially supported images in Docker Hub.

Docker Compose

Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application's services. Then, using a single command, you create and start all the services from your configuration. To learn more about all the features of Compose see Documentation.

The docker-compose command will pull the images from Docker Hub and then link them together based on the information inside the docker-compose.yml file. This will create ports, links between containers, and configure applications as required. After the command completes you can view the status of container with command docker-compose ps.

Hazelcast Docker Code Samples

This repository contains an extensive collection of code samples which you can use to learn how to use Hazelcast features in Docker environment. Each sample includes a dedicated README.md file where you can find detailed instructions.

  • filter-based-session-replication

    Implementation of session replication integration of Hazelcast.

  • manager-based-session-replication

    Implementation of tomcat/jetty session replication integration of Hazelcast.

  • management-center-ldap

    Implementation of authenticating Hazelcast Management Center with LDAP.

  • management-center-ldap-tls

    Implementation of authenticating Hazelcast Management Center with TLS.

  • management-center-jaas

    Implementation of authenticating Hazelcast Management Center with JAAS.

  • management-center-built-in-user

    Implementation of Hazelcast Management Center image with a built-in user account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published