Skip to content

The simplest template to use InterSystems IRIS in Docker and with an arbitrary InterSystems Community Package

License

Notifications You must be signed in to change notification settings

intersystems-community/iris-docker-zpm-usage-template

Repository files navigation

iris-docker-zpm-template

This is a template for repositories where you need a docker image that takes vanilla InterSystems IRIS Community Edition image with ZPM Package Manager inside and installs a package. The template goes also with a few files which let you immedietly compile your ObjecScript files in InterSystems IRIS Community Edition in a docker container

Gitter Quality Gate Status GitHub last commit

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/intersystems-community/objectscript-docker-template.git

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

How to Use it

This repository is a way to get a new container image with IRIS and one-two-many arbitrary zpm packages installed. Change csvgen package in this line to a package you need and build the image again.

About

The simplest template to use InterSystems IRIS in Docker and with an arbitrary InterSystems Community Package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages