Home Applications Docker-micro-Durability

Docker-micro-Durability

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
185
Views
0
IPM installs
5
3
Details
Releases
Reviews
Issues
Pull requests
limited durability for demo and development

What's new in this version

clean docker

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.

It is a reduced variant of Docker - light weight durability

Docker support

The principle of a persitent 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

Read more
Made with
Version
1.2.105 Nov, 2023
ObjectScript quality test
Category
Technology Example
Works with
InterSystems IRIS
First published
19 Jul, 2020
Last checked by moderator
27 Jun, 2023Works