Hi folks,
how do people run iris-community edition nowadays? It seems there are some incantations needed that are not documented here:
https://hub.docker.com/_/intersystems-iris-data-platform/plans/222f869e-...
When I follow these, I am only getting an error:
(tasks) ⚙ fhaupt@lamia ~/projects/iris docker run --name iris --rm -p 9091:51773 -p 9092:52773 --volume /Users/fhaupt/projects/iris/external:/durable --env ISC_DATA_DIRECTORY=/durable/iris store/intersystems/iris-community:2019.4.0.379.0
[WARNING] No init process detected! This container may accumulate zombie processes if run for a long time. Consider using "docker create --init ..." or equivalent.
[INFO] Starting InterSystems IRIS instance IRIS...
[INFO] Initializing IRIS, please wait...
An error was encountered while initializing the system.
Please see the clone.log and messages.log files in
/usr/irissys/mgr/ and /durable/iris/mgr.
[ERROR] Command "iris start IRIS quietly" exited with status 256
[ERROR] Possible causes:
[ERROR] - InterSystems IRIS was not installed successfully
[ERROR] - Invalid InterSystems IRIS instance name
[ERROR] - Insufficient privilege to start InterSystems IRIS (proc not in InterSystems IRIS group?)
[FATAL] Error starting InterSystems IRIS
No logfiles are being created in the mounted directory.
seems you're right. considering that i'm running with a 256gb assigned to docker anyways, I didn't expect that... oh well. tx for the hint :)