Table of Contents
You should have installed Docker, Apache Maven and at least JDK 1.8 on your system.
You can find officially supported images in Docker Hub.
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
.
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.
-
Implementation of session replication integration of Hazelcast.
-
Implementation of hibernate 2nd level cache integration of Hazelcast as employee managing application.
-
Implementation of jca resource adapter integration of Hazelcast.
-
Implementation of tomcat/jetty session replication integration of Hazelcast.
-
Implementation of hibernate 2nd level cache with Hazelcast by using JPA.
-
Implementation of authenticating Hazelcast Management Center with LDAP.
-
Implementation of authenticating Hazelcast Management Center with TLS.
-
Implementation of authenticating Hazelcast Management Center with JAAS.
-
Implementation of Hazelcast Management Center image with a built-in user account.