Home Applications Docker-micro-Durability

Docker-micro-Durability Works

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
1 reviews
0
Awards
317
Views
0
IPM installs
6
3
Details
Releases (6)
Reviews (1)
Issues
Articles (1)
limited durability for demo and development

What's new in this version

archived


 no maintenance or update

IRIS-Docker-micro-Durability

Allow limited durability for demo and development
IRIS-Docker-micro-Durability
During development of a container-based demo I found the need to access a fresh docker
instance of IRIS image (e.g intersystems/iris-community:2020.2.0.199.0) over and over.
To bypass loading my code repeatedly, I developed this workaround.

Docker support

The principle of a persistent IRIS database outside the container is unchanged.
But now the whole setup is moved into Dockerfile and docker-compose.yml

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Clone/git pull the repo into any local directory

  git clone https://github.com/isc-at/IRIS-Docker-micro-Durability  

Open the terminal in this directory build and run the container:

  docker-compose up -d   

How to use it

Your container has now an external IRIS.DAT in </installdir>/demo/
It is setup as working DB for Globals and Routines in namespace USER
REMEMBER: this is just for the content of this namespace

Article to previous version in DC

Made with
Version
1.2.222 Jan, 2026
Ideas portal
ObjectScript quality test
Category
Technology Example
Works with
InterSystems IRIS
First published
19 Jul, 2020
Last edited
22 Jan, 2026
Last checked by moderator
10 Oct, 2025Works