Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.72 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.72 KB

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.