Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-docker

The package creates a very basic template for IRIS in Docker

Description

This repository provides a generic development environment for coding productively with InterSystems ObjectScript.
This template:

  • Runs InterSystems IRIS Community Edition in a docker container
  • besides ZPM it includes ITERM and PASSWORDLESS package
  • the namespace defaults to USER
  • any additional setting is provided by additional package related installation

Usage

The container is built directly from intersystemsdc/iris-community without any Dockerfile

  • ascript.sh is executed AFTER the start of IRIS and executes iris.script by default
  • changing of port mapping happens in 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/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 iterm

http://localhost:52773/iterm/

To access IRIS System Management Portal

http://localhost:52773/csp/sys/UtilHome.csp

could be used as a template

About

Basic template for InterSystems IRIS development environment with Docker, VSCode and ZPM

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages