For quite some time I am bored by slowly starting Docke Demos from OEX. I type

docker-compose up - d

and after a few seconds

docker-compose logs

And I just see ISC Agent was started and is hanging around No IRIS instance is up yet. To my understanding, ISC Agent  is totally useless in this single server instance So with some investigations, I found a start parameter to avoid this behavior. And now my IRIS instances start immediately (or what you can expect in a container). What is it:  **--ISCAgent false  **applied in docker-compose.yaml:

 Is there any reason not to do it if no MIIROR is in the game ?  Or any other reason or requirement?