© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
This template offers a very good way to start with IRIS using containers.
I particularly appreciated the integrated and ready-to-use unit tests, directly in VS Code; if you have installed the "InterSystems Testing Manager for VS Code" extension (https://openexchange.intersystems.com/package/InterSystems-Testing-Manager-for-VS-Code)
NB: the use of
"features": {
"buildkit": true
}
as a pre-requisite in Docker settings (this option allows to mount files you need to build the image without copying it. With a great benefit in terms of the image weight)
Docker worked smoothly
Very well explained
Nice Article for more details
Well Unit testing environment
Embedded Python worked fine
7* development with InterSystems IRIS template