InterSystems IRIS Basics: Run a Container

Run an InterSystems IRIS container with Docker, license key, and durable %SYS.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sorodriguezz/skills-objectscript --skill intersystems-iris-basics-run-a-container
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: InterSystems IRIS Basics: Run a Container
Source: https://github.com/sorodriguezz/skills-objectscript/tree/main/skills/intersystems-iris-basics-run-a-container
Command: npx skills add https://github.com/sorodriguezz/skills-objectscript --skill intersystems-iris-basics-run-a-container

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a step-by-step guide to setting up and running an InterSystems IRIS container, enabling users to quickly deploy the InterSystems IRIS environment for development or testing.

Core Features & Use Cases

  • Container Deployment: Guides users through the process of downloading an InterSystems IRIS image and running it as a Docker container.
  • License Key Integration: Explains how to incorporate license keys for containerized instances.
  • Persistent Data: Demonstrates how to use durable %SYS for persistent storage of instance-specific data.
  • Use Case: A developer needs to quickly spin up an InterSystems IRIS instance to test a new application feature without affecting their local machine. This Skill provides the exact commands to achieve this.

Quick Start

Execute the provided docker run command to start an InterSystems IRIS container with a license key and persistent storage.

Frequently Asked Questions about InterSystems IRIS Basics: Run a Container

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an InterSystems IRIS container using Docker?

To run an InterSystems IRIS container, execute a Docker command to download the image and start the instance. This process deploys a containerized environment configured with port publishing for external access.

How do I mount a license key when deploying InterSystems IRIS in Docker?

You mount a license key during InterSystems IRIS deployment by incorporating it into your Docker run command. This ensures the containerized instance is properly licensed for development and testing use cases.

How do I persist data in an InterSystems IRIS container?

To persist data in an InterSystems IRIS container, use durable %SYS for volume mounting. This approach stores instance-specific data permanently, preventing data loss when the container is stopped or removed.

Can I use Docker to deploy InterSystems IRIS for testing without affecting my local machine?

Yes, you can use Docker to deploy an InterSystems IRIS container for testing without impacting your local machine. This deployment method isolates the environment, allowing you to test application features safely.

Do I need Linux to run an InterSystems IRIS container?

Linux is supported for running an InterSystems IRIS container, as indicated by the deployment environment. You can execute the Docker commands on a Linux system to download the image and configure the instance.