This page describes an older version of the product. The latest stable version is 16.4.

Using Docker


GigaSpaces provides Docker images for both InsightEdge and XAP. The main benefits of using Docker are:

  • Getting started - If you’re already familiar with Docker and taking your first steps with GigaSpaces products, you can simply pull the image and start it instead of setting up the product manually.
  • Automation - Docker is designed for automating environment setup; it simplifies environment setup and tear-down, so you can easily create multiple environments for development, testing, staging, and production.
  • Cloud-readiness - Using Docker greatly simplifies migrating/deploying to the cloud, as all major cloud vendors support Docker. Even if you’re not planning to use the cloud in the near future, using Docker will simplify future migration to the cloud, if needed.

Available Docker Images

The following Docker images are available on Docker Hub:

Each Docker image provides instructions on how to use it. In general, all of the GigaSpaces Docker images can be administered using the GigaSpaces Command Line Interface (CLI). Use the --help option to get started and explore the deployed product. For example, to get started with InsightEdge Enterprise, run:

docker pull gigaspaces/insightedge-enterprise
docker run gigaspaces/insightedge-enterprise --help