Deploying using Docker

You can deploy your Hazelcast projects using the Docker containers. Hazelcast has three images on Docker:

  • Hazelcast
  • Hazelcast Enterprise
  • Hazelcast Management Center

After you pull an image from the Docker registry, you can run your image to start the management center or a Hazelcast instance with Hazelcast's default configuration. All repositories provide the latest stable releases but you can pull a specific release too. You can also specify environment variables when running the image.

If you want to start a customized Hazelcast instance, you can extend the Hazelcast image by providing your own configuration file.

Please refer to https://hub.docker.com/u/hazelcast/ for more information on each repository and the procedures to run a Hazelcast image.