Hi, solution you have suggested does work. So setting JMX_MON= before calling control.sh will run script without exception. Starting docker with NOJMX=1 and NOJMXI=1 doesn't. I found that /docker/apache-ignite/run.sh script will start ignite.sh without -nojmx all the time. If ignite.sh is started without -nojmx script parseargs.sh will override NOJMX=1 value I have passed as env variable. I had to change run.sh and commit new docker container.
Is it possible to add support for -nojmx flag when running docker container? Regards, Kresimir -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
