© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Dockerfile added
The package creates a very basic IRIS instance in Docker
It’s a proposal for an instance independent of IPM versions.
This repository provides a generic development environment
for coding productively with InterSystems ObjectScript.
This template:
The container is built directly from intersystemsdc/iris-community without any Dockerfile
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/r-cemper/mini-docker.git
To build and start the container run:
$ docker compose up -d && docker compose logs -f
To open IRIS Terminal do:
$ docker-compose exec iris iris session iris
USER>
or using WebTerminal
http://localhost:42773/terminal/
To access IRIS System Management Portal
http://localhost:42773/csp/sys/UtilHome.csp
This presents OEX package xxxxxxx using the actual IPM module
All user documentation is found there in the original repo