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.
==========- Install Apache Ignite
- Install Docker
- Build the docker image:
- Navigate to the
dockerdirectory in the project sudo docker build . -t cache-store-example
- Navigate to the
- Run the image:
sudo docker run -it --net=host cache-store-example