Emergency Access on a Lockeddown Iris Kit
What user can be used to initiate IRIS container in emergency access mode on startup?
Product version: IRIS 2023.3
Discussion (3)2
Comments
in docker-compose.yml set
command: -b "sleep 1d" - then you have a full day to access your container
- start IRIS manually from bash as you need it
BTW: from bash inside the container run
/iris-main -h
to see all available options
Robert Cemper has a good idea for getting the container running so you can do work. Or you can use iris-main to tell IRIS not to start when you bring the container up.
The user and password for EmergencyId is one you define for that session, so it can be whatever you choose. See https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls… for the details.
Knowing more about why you want emergency mode can help us get you a better answer.