https://apacheignite.readme.io/docs/docker-deployment shows
sudo docker run -it --net=host -e "CONFIG_URI=$CONFIG_URI" [-e "OPTION_LIBS=$OPTION_LIBS"] [-e "JVM_OPTS=$JVM_OPTS"] ... $CONFIG_URI can be https:....xml which is the configuration file. A configuration file can say to use ENVIRONMENT variables, which is what I did. The path that you put in must be a path that is visible inside the docker container, e.g.., some shared storage that is mounted in the container. On Fri, Feb 15, 2019 at 7:56 AM newigniter <[email protected]> wrote: > Thanks for your reply but I don't quite understand. > How do you load this common spring file and how to you pass it to ignite on > docker run? > What is the example value for this: > #{systemEnvironment['IGNITE_PERSISTENT_STORE']} > > Thanks > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > > Disclaimer The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful. This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast Ltd, an innovator in Software as a Service (SaaS) for business. Providing a safer and more useful place for your human generated data. Specializing in; Security, archiving and compliance. To find out more visit the Mimecast website.
