hazelcast / hazelcast-docker-samples

4 stars 6 forks source link

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.