Content Type
Exercise
Duration
2h
Level
Intermediate
Learn to effectively use Docker containers, starting with basic container operations and progressing to use cases involving InterSystems IRIS® data platform. See how containers allow you to simplify application deployment, improve scalability, and manage infrastructure with greater efficiency.
In this exercise, you will set up Docker on your machine and build a sample containerized InterSystems IRIS application that simulates an online store for selling coffee makers.
Learning Objectives
- Create, manage, and remove Docker containers.
- Create new container images manually or from build processes.
- Persist data using bind mounts.
- Use Durable %SYS directories for persisting InterSystems IRIS data.
- Use Docker Compose for multi-container deployments.
- Update containers in place while preserving your application and data.
Prerequisites
- None