Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 721 Bytes

File metadata and controls

21 lines (16 loc) · 721 Bytes

Ignite Primed Cache Example

A simple example that demonstrates building a docker image that contains a primed Ignite node. This means once the image is run for the first time data will be preloaded as it is packaged with the actual docker image.

Prerequisites

==========
  1. Install Apache Ignite
  2. Install Docker

Running the example

==========
  1. Build the docker image:
    • Navigate to the docker directory in the project
    • sudo docker build . -t cache-store-example
  2. Run the image:
    • sudo docker run -it --net=host cache-store-example