here is the command I run
docker pull containers.intersystems.com/intersystems/iris-community:2024.1
docker run --name iris -d --publish 1972:1972 --publish 52773:52773 91b900c4baf5
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9b92e6dabb2f 91b900c4baf5 "/tini -- /iris-main" 44 minutes ago Up 44 minutes (unhealthy) 0.0.0.0:1972->1972/tcp, :::1972->1972/tcp, 2188/tcp, 53773/tcp, 0.0.0.0:52773->52773/tcp, :::52773->52773/tcp, 54773/tcp iris
docker logs iris
[INFO] Executing command /home/irisowner/irissys/startISCAgent.sh 2188...
[INFO] Writing status to file: /home/irisowner/irissys/iscagent.status
Reading configuration from file: /home/irisowner/irissys/iscagent.conf
ISCAgent[17]: Starting
ISCAgent[19]: Starting ApplicationServer on *:2188
[INFO] ...executed command /home/irisowner/irissys/startISCAgent.sh 2188
[INFO] Starting InterSystems IRIS instance IRIS...
I have tried many versions, but these problems always occur. I cannot open the 52337 web page and cannot connect to the iris database. When I enter the container and run the following command
irisowner@9b92e6dabb2f:~/irissys$ iris terminal IRIS
Sign-on inhibited: Startup or Installation in progress
irisowner@9b92e6dabb2f:~/irissys$ iris start IRIS
IRIS is already up: Sign-on inhibited.
irisowner@9b92e6dabb2f:~/irissys$ iris restart IRIS
Sign-on inhibited. See messages.log for details.
irisowner@9b92e6dabb2f:~/irissys$ cd irisdb
bash: cd: irisdb: Not a directory
irisowner@9b92e6dabb2f:~/irissys$ iris stop IRIS
Sign-on inhibited. See messages.log for details.
Is there something I'm doing wrong? Please give me some advice! Thanks!