© 2026 InterSystems Corporation. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms

Initial Release
The PullRequest for the original package was never activated
Now it’s available here
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/rcemper/Ikon_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:42773/iterm/
To access IRIS System Management Portal
http://localhost:42773/csp/sys/UtilHome.csp
This is the dockerized package Ikon
All user documentation is found there in the original repo
See also the Article on InterSystems Developer Community
From terminal prompt run
USER>set dir="/home/irisowner/dev/" USER>Do ##class(Ikon.Identicon).%New("docker",dir,250,255,255,155)
File '/home/irisowner/dev/docker' successfully generated! USER>
An icon docker.jpg is written to your install directory